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

Michael Niedermayer michaelni
Mon Aug 28 17:57:54 CEST 2006


Hi

On Mon, Aug 28, 2006 at 05:13:02PM +0200, Aurelien Jacobs wrote:
> 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 ?
[...]
> Index: libavcodec/bitstream.h
> ===================================================================
> --- libavcodec/bitstream.h	(revision 6102)
> +++ libavcodec/bitstream.h	(working copy)
> @@ -6,6 +6,8 @@
>  #ifndef BITSTREAM_H
>  #define BITSTREAM_H
>  
> +#include "avcodec.h"

why?

except that am fine with the patch

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-devel mailing list