[Ffmpeg-devel] [PATCH] mjpega bitfilter

Baptiste Coudurier baptiste.coudurier
Fri Dec 1 14:57:23 CET 2006


Michael Niedermayer wrote:
> Hi
> 
> On Fri, Dec 01, 2006 at 11:38:44AM +0100, Baptiste Coudurier wrote:
>> Hi
>>
>> $subject. Modify bitstream to allow mjpeg encoded files to be played by
>> quicktime.
> 
> looks ok, but please commit the mjpeg.c and bytestream.h seperately, later
> doesnt depent on the mjpeg.c stuff

Done.

> [...]
>> +            case DQT:  bytestream_put_be32(&poutbufp, i + 46); break; /* quant off */
>> +            case DHT:  bytestream_put_be32(&poutbufp, i + 46); break; /* huff  off */
>> +            case SOF0: bytestream_put_be32(&poutbufp, i + 46); break; /* image off */
> 
> why not?
> 
> case DQT: /* quant off */
> case DHT: /* huff  off */
> case SOF0:/* image off */
>     bytestream_put_be32(&poutbufp, i + 46);
>     break;
> 
> [...]

Done, 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