[FFmpeg-devel] [PATCH]lavf/matroska: Support codec id V_FFV1 for FFV1.
James Almer
jamrial at gmail.com
Wed Mar 1 18:56:33 EET 2017
On 2/28/2017 4:45 PM, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #6206 here.
>
> Please comment, Carl Eugen
This doesn't consider the CodecPrivate contents for FFV1 v3 and above. It's
only valid for v1 and v2.
>
>
> 0001-lavf-matroska-Support-new-codec-id-V_FFV1-for-FFV1.patch
>
>
> From 10caa3898fa76f5a76dce7e3795a7a0d475870c1 Mon Sep 17 00:00:00 2001
> From: Carl Eugen Hoyos <cehoyos at ag.or.at>
> Date: Tue, 28 Feb 2017 20:36:12 +0100
> Subject: [PATCH] lavf/matroska: Support new codec id V_FFV1 for FFV1.
>
> Fixes ticket #6206.
> ---
> libavformat/matroska.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/matroska.c b/libavformat/matroska.c
> index fda96fb..7905fd1 100644
> --- a/libavformat/matroska.c
> +++ b/libavformat/matroska.c
> @@ -77,6 +77,7 @@ const CodecTags ff_mkv_codec_tags[]={
> {"S_HDMV/TEXTST" , AV_CODEC_ID_HDMV_TEXT_SUBTITLE},
>
> {"V_DIRAC" , AV_CODEC_ID_DIRAC},
> + {"V_FFV1" , AV_CODEC_ID_FFV1},
> {"V_MJPEG" , AV_CODEC_ID_MJPEG},
> {"V_MPEG1" , AV_CODEC_ID_MPEG1VIDEO},
> {"V_MPEG2" , AV_CODEC_ID_MPEG2VIDEO},
> -- 1.7.10.4
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list