diff options
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r-- | libavcodec/cabac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index 8ce4245b88..ea4ac54a23 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -27,7 +27,7 @@ #ifndef AVCODEC_CABAC_H #define AVCODEC_CABAC_H -#include "bitstream.h" +#include "put_bits.h" //#undef NDEBUG #include <assert.h> |