diff mov.c @ 4872:304a0ea063f0 libavformat

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents ac71e186e2fe
children 9d87e5e274c8
line wrap: on
line diff
--- a/mov.c	Mon Apr 13 04:02:51 2009 +0000
+++ b/mov.c	Mon Apr 13 16:20:26 2009 +0000
@@ -33,7 +33,7 @@
 #include "isom.h"
 #include "libavcodec/mpeg4audio.h"
 #include "libavcodec/mpegaudiodata.h"
-#include "libavcodec/bitstream.h"
+#include "libavcodec/get_bits.h"
 
 #if CONFIG_ZLIB
 #include <zlib.h>