[Ffmpeg-devel] [PATCH] fix usage of various bitstream readers

Aurelien Jacobs aurel
Mon Aug 28 17:13:02 CEST 2006


Hi,

This set of patch allows to use the A32_BITSTREAM_READER without any
regression (as well on x86 as on arm).
The first one moves get_bits_long(), show_bits_long() and check_marker()
to bitstream.h to avoid conflicts between different bitstream readers in
different codecs.
The second one forces the use of ALT_BITSTREAM_READER for the dv and flac
codec. dv.c don't compile with any other bitstream reader, and flac.c
crashes with other bitstream reader. It also forces the usage of
ALT_BITSTREAM_READER for codecs who needs ALT_BITSTREAM_READER_LE.

Ok to apply ?

Aurel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bitstream1.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060828/19f9d367/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bitstream2.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060828/19f9d367/attachment.asc>



More information about the ffmpeg-devel mailing list