Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2006-08-28 22:46:01 +0400
committerAurelien Jacobs <aurel@gnuage.org>2006-08-28 22:46:01 +0400
commit75c998a21916f990cff5eaca59c4dc9d592a273f (patch)
tree1c16c1fdf6a1275aca6d7613db0ae0351b121961 /libavcodec/flac.c
parent8fbc6aae75403a7bbca595df9d3d3a9d835dc576 (diff)
force usage of ALT_BITSTREAM_READER where needed
Originally committed as revision 6118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flac.c')
-rw-r--r--libavcodec/flac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/flac.c b/libavcodec/flac.c
index 659112c77d..a74e62c93a 100644
--- a/libavcodec/flac.c
+++ b/libavcodec/flac.c
@@ -33,6 +33,7 @@
#include <limits.h>
+#define ALT_BITSTREAM_READER
#include "avcodec.h"
#include "bitstream.h"
#include "golomb.h"