summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/put_bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/put_bits.h')
-rw-r--r--apps/codecs/libwmapro/put_bits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/put_bits.h b/apps/codecs/libwmapro/put_bits.h
index 9f66256b79..91401ff3fa 100644
--- a/apps/codecs/libwmapro/put_bits.h
+++ b/apps/codecs/libwmapro/put_bits.h
@@ -37,7 +37,7 @@
37 37
38//#define ALT_BITSTREAM_WRITER 38//#define ALT_BITSTREAM_WRITER
39//#define ALIGNED_BITSTREAM_WRITER 39//#define ALIGNED_BITSTREAM_WRITER
40 40#define HAVE_FAST_UNALIGNED 0
41/* buf and buf_end must be present and used by every alternative writer. */ 41/* buf and buf_end must be present and used by every alternative writer. */
42typedef struct PutBitContext { 42typedef struct PutBitContext {
43#ifdef ALT_BITSTREAM_WRITER 43#ifdef ALT_BITSTREAM_WRITER