diff options
author | Stefano Sabatini | 2009-04-13 16:20:26 +0000 |
---|---|---|
committer | Stefano Sabatini | 2009-04-13 16:20:26 +0000 |
commit | 9106a698e726c041128a05db0a011caae755d10b (patch) | |
tree | 295170a6da6a371c263f72cae470f092ace072d0 /libavcodec/xsubdec.c | |
parent | 309a8bb8a12825acb1f1eca9b7e0408f2d899eb6 (diff) |
Rename bitstream.h to get_bits.h.
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xsubdec.c')
-rw-r--r-- | libavcodec/xsubdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xsubdec.c b/libavcodec/xsubdec.c index 942db0cd1b..ccb9bf92e5 100644 --- a/libavcodec/xsubdec.c +++ b/libavcodec/xsubdec.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avcodec.h" -#include "bitstream.h" +#include "get_bits.h" #include "bytestream.h" static av_cold int decode_init(AVCodecContext *avctx) { |