[Ffmpeg-devel] [PATCH] AVRn fourcc

Baptiste Coudurier baptiste.coudurier
Sat Mar 31 18:27:41 CEST 2007


M?ns Rullg?rd wrote:
> Baptiste Coudurier <baptiste.coudurier at smartjog.com> writes:
> 
>> Hi
>>
>> $subj,
>> http://samples.mplayerhq.hu/V-codecs/MJPEGs/AVID-AVRn/JPG-to-AVID.avi
>>
>> Index: libavformat/riff.c
>> ===================================================================
>> --- libavformat/riff.c	(revision 8560)
>> +++ libavformat/riff.c	(working copy)
>> @@ -104,6 +104,7 @@
>>      { CODEC_ID_MJPEG, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - decoder */
>>      { CODEC_ID_MJPEG, MKTAG('j', 'p', 'e', 'g') },
>>      { CODEC_ID_MJPEG, MKTAG('I', 'J', 'P', 'G') },
>> +    { CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') },
>>      { CODEC_ID_JPEGLS, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - encoder */
>>      { CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') },
>>      { CODEC_ID_FFVHUFF, MKTAG('F', 'F', 'V', 'H') },
> 
> OK.  You can apply stuff like this without asking.  Just remember to
> add new tags after others for the same codec so they don't get used
> when muxing.
> 

Ok, applied.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312




More information about the ffmpeg-devel mailing list