[FFmpeg-devel] [PATCH 2/3] lavf/matroskaenc: skip writing "duration" tags

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Sep 6 13:10:05 EEST 2016


2016-09-06 5:26 GMT+02:00 Rodger Combs <rodger.combs at gmail.com>:
> ---
>  libavformat/matroskaenc.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
> index decb66d..7deccaa 100644
> --- a/libavformat/matroskaenc.c
> +++ b/libavformat/matroskaenc.c
> @@ -1314,6 +1314,7 @@ static int mkv_check_tag_name(const char *name, unsigned int elementid)
>             av_strcasecmp(name, "stereo_mode") &&
>             av_strcasecmp(name, "creation_time") &&
>             av_strcasecmp(name, "encoding_tool") &&
> +           av_strcasecmp(name, "duration") &&

Could you elaborate?

Carl Eugen


More information about the ffmpeg-devel mailing list