summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-12 08:35:26 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-12 08:35:26 +0000
commitb275500706ac3a20ac59bdb6ee080dc32f3254cf (patch)
treebe30dc8f35ba9c33d053b09fb70a09304d775512 /libavcodec/cabac.h
parent77daaf674815d201dcb9ebb435e3c48dc5e72253 (diff)
Split bitstream.h, put the bitstream writer stuff in the new file
put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h2
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>