diff ac3enc.c @ 9411:4cb7c65fc775 libavcodec

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents 8b977d664424
children 0dce4fe6e6f3
line wrap: on
line diff
--- a/ac3enc.c	Sun Apr 12 03:26:20 2009 +0000
+++ b/ac3enc.c	Sun Apr 12 08:35:26 2009 +0000
@@ -27,7 +27,8 @@
 //#define DEBUG_BITALLOC
 #include "libavutil/crc.h"
 #include "avcodec.h"
-#include "bitstream.h"
+#include "bitstream.h" // for ff_reverse
+#include "put_bits.h"
 #include "ac3.h"
 
 typedef struct AC3EncodeContext {