diff --git a/format/interfaces/include/format_interface.h b/format/interfaces/include/format_interface.h index c38d6395c24704241c5d75a60a5298fb20cf5f35..a0d8892092707c8f1a73ed9e98dd431545eec12d 100755 --- a/format/interfaces/include/format_interface.h +++ b/format/interfaces/include/format_interface.h @@ -331,7 +331,7 @@ int32_t FormatDemuxerStop(void *handle); * @since 1.0 * @version 1.0 */ -int32_t FormatDemuxerDestory(void *handle); +int32_t FormatDemuxerDestroy(void *handle); /** * @brief Creates a muxer and returns its context handle. @@ -353,7 +353,7 @@ int32_t FormatMuxerCreate(void **handle, FormatOutputConfig *outputConfig); * @since 1.0 * @version 1.0 */ -int32_t FormatMuxerDestory(const void *handle); +int32_t FormatMuxerDestroy(const void *handle); /** * @brief Adds a media track source for the muxer. For details about track sources, see {@link TrackSource}.