diff nellymoserenc.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 bf274494b66e
children b10d954527a2
line wrap: on
line diff
--- a/nellymoserenc.c	Sun Apr 12 03:26:20 2009 +0000
+++ b/nellymoserenc.c	Sun Apr 12 08:35:26 2009 +0000
@@ -40,7 +40,7 @@
 #include "dsputil.h"
 
 #define BITSTREAM_WRITER_LE
-#include "bitstream.h"
+#include "put_bits.h"
 
 #define POW_TABLE_SIZE (1<<11)
 #define POW_TABLE_OFFSET 3