summaryrefslogtreecommitdiff
path: root/libavcodec/v410dec.c
diff options
context:
space:
mode:
authorPaul B. Mahol <onemda@gmail.com>2011-12-21 00:19:12 +0000
committerJanne Grunau <janne-libav@jannau.net>2011-12-22 19:22:48 +0100
commitfede015468e696b0dad01a03f6628c1a4cae955e (patch)
treebffd4595a01be703395ba1a1e13f50ec00c109e3 /libavcodec/v410dec.c
parentaaf47bcde7580e95bbaae0e13b454377d1bb217b (diff)
v410dec: include correct headers
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>
Diffstat (limited to 'libavcodec/v410dec.c')
-rw-r--r--libavcodec/v410dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v410dec.c b/libavcodec/v410dec.c
index 5df95f8beb..71cbe0b355 100644
--- a/libavcodec/v410dec.c
+++ b/libavcodec/v410dec.c
@@ -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)
{