diff cabac.h @ 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 e9d9d946f213
children 6ac0d4957d35
line wrap: on
line diff
--- a/cabac.h	Sun Apr 12 03:26:20 2009 +0000
+++ b/cabac.h	Sun Apr 12 08:35:26 2009 +0000
@@ -27,7 +27,7 @@
 #ifndef AVCODEC_CABAC_H
 #define AVCODEC_CABAC_H
 
-#include "bitstream.h"
+#include "put_bits.h"
 
 //#undef NDEBUG
 #include <assert.h>