v410dec: include correct headers
authorPaul B. Mahol <onemda@gmail.com>
Wed, 21 Dec 2011 00:19:12 +0000 (00:19 +0000)
committerJanne Grunau <janne-libav@jannau.net>
Thu, 22 Dec 2011 18:22:48 +0000 (19:22 +0100)
This file does not use anything from get_bits.h but needs
intreadwrite.h.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/v410dec.c

index 5df95f8..71cbe0b 100644 (file)
@@ -20,8 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"
-#include "get_bits.h"
 
 static av_cold int v410_decode_init(AVCodecContext *avctx)
 {