Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-13 20:20:26 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-13 20:20:26 +0400
commit9106a698e726c041128a05db0a011caae755d10b (patch)
tree295170a6da6a371c263f72cae470f092ace072d0 /libavcodec/pcm.c
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/pcm.c')
-rw-r--r--libavcodec/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c
index b30e2fe70b..ca42b53f8d 100644
--- a/libavcodec/pcm.c
+++ b/libavcodec/pcm.c
@@ -25,7 +25,7 @@
*/
#include "avcodec.h"
-#include "bitstream.h" // for ff_reverse
+#include "get_bits.h" // for ff_reverse
#include "bytestream.h"
#define MAX_CHANNELS 64