[FFmpeg-devel] [PATCH 5/10] GXF Encoder Fixes and HD support (patch broken up)
Baptiste Coudurier
baptiste.coudurier
Thu Sep 9 22:34:15 CEST 2010
On 09/08/2010 06:37 PM, Reuben Martin wrote:
> Yo, back on Wednesday, September 08, 2010 Reuben Martin was all like:
>> 05-gxf__demux_DVCPROHD.patch
>>
>> FEATURE: Support for properly identifying DVCPROHD video steams.
>>
>
>
> 05-gxf__demux_DVCPROHD.patch
>
>
> --- ffmpeg-old/libavformat/gxf.c 2010-09-08 16:49:02.861000181 -0500
> +++ ffmpeg-new/libavformat/gxf.c 2010-09-08 16:55:07.248000108 -0500
> @@ -91,12 +91,10 @@
> st->codec->codec_id = CODEC_ID_MJPEG;
> break;
> case 13:
> - case 15:
> - st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
> - st->codec->codec_id = CODEC_ID_DVVIDEO;
> - break;
> case 14:
> + case 15:
> case 16:
> + case 25:
> st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
> st->codec->codec_id = CODEC_ID_DVVIDEO;
> break;
>
That should be split in two patches technically, patch is ok though.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-devel
mailing list