[Ffmpeg-devel] [PATCH] BMP encoder

Michel Bardiaux mbardiaux
Mon Oct 30 18:01:19 CET 2006


Baptiste Coudurier wrote:
> Hi
> 
> Michel Bardiaux wrote:
>>> [...]
>>>
>>> using the bitstream reader for a purely byte based format is unacceptable
>>> (reason is that its several times slower and more complex)
>> Right. Will change to use put_le16 etc. But see above.
>>
> 
> Check bytestream.h and add new functions here.
> 
> [...]
> 
I see what you mean. But in fine there will be 2 rather different 
implemetations for writing a BMP header; one in libavcodec/bmp.c, using 
bytestream; and one in libavformat/riff.c, using put_le16 etc and linked 
with avi and asf stuff. Is that OK?

-- 
Michel Bardiaux
R&D Director
T +32 [0] 2 790 29 41
F +32 [0] 2 790 29 02
E mailto:mbardiaux at mediaxim.be

Mediaxim NV/SA
Vorstlaan 191 Boulevard du Souverain
Brussel 1160 Bruxelles
http://www.mediaxim.com/




More information about the ffmpeg-devel mailing list