From 37460727124df4110bc6ed392f996f0ca352f6d6 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Thu, 9 Feb 2012 17:44:47 -0800 Subject: dv: Split dvdata.h into dvdata.h and dvquant.h --- libavcodec/dv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dv.c') diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 74cbffb672..def0bef8c0 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -45,6 +45,7 @@ #include "put_bits.h" #include "simple_idct.h" #include "dvdata.h" +#include "dvquant.h" #include "dv_tablegen.h" //#undef NDEBUG -- cgit v1.2.3