summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-13 16:20:26 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-13 16:20:26 +0000
commit9106a698e726c041128a05db0a011caae755d10b (patch)
tree295170a6da6a371c263f72cae470f092ace072d0 /libavcodec/rl.h
parent309a8bb8a12825acb1f1eca9b7e0408f2d899eb6 (diff)
Rename bitstream.h to get_bits.h.
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rl.h')
-rw-r--r--libavcodec/rl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rl.h b/libavcodec/rl.h
index 6d40a14224..64cbeddfaa 100644
--- a/libavcodec/rl.h
+++ b/libavcodec/rl.h
@@ -28,7 +28,7 @@
#define AVCODEC_RL_H
#include <stdint.h>
-#include "bitstream.h"
+#include "get_bits.h"
/* run length table */
#define MAX_RUN 64