[FFmpeg-devel] [PATCH 2/10] GXF Encoder Fixes and HD support (patch broken up)

Baptiste Coudurier baptiste.coudurier
Thu Sep 9 22:31:38 CEST 2010


On 09/08/2010 06:35 PM, Reuben Martin wrote:
> Yo, back on Wednesday, September 08, 2010 Reuben Martin was all like:
>> 02-gxf__write_mpeg1_umf.patch
>>
>> BUG: MPEG1 packets were not having the umf header data written, even though the function supports MPEG1.
>>
>
>
> 02-gxf__write_mpeg1_umf.patch
>
>
> --- ffmpeg-old/libavformat/gxfenc.c	2010-09-08 16:46:05.000000084 -0500
> +++ ffmpeg-new/libavformat/gxfenc.c	2010-09-08 16:46:55.705000114 -0500
> @@ -564,6 +564,7 @@
>           else {
>               AVStream *st = s->streams[i];
>               switch (st->codec->codec_id) {
> +            case CODEC_ID_MPEG1VIDEO:
>               case CODEC_ID_MPEG2VIDEO:
>                   gxf_write_umf_media_mpeg(pb, st);
>                   break;
>

Patch should be ok.

-- 
Baptiste COUDURIER
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list