diff options
author | Alex Converse <alex.converse@gmail.com> | 2012-02-09 17:44:47 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2012-02-09 19:16:15 -0800 |
commit | 37460727124df4110bc6ed392f996f0ca352f6d6 (patch) | |
tree | 886d53f4672837b15b18bd3f6ef97b598ce48c07 /libavcodec/dv.c | |
parent | 0ab3687924457cb4fd81897bd39ab3cc5b699588 (diff) | |
download | ffmpeg-37460727124df4110bc6ed392f996f0ca352f6d6.tar.gz |
dv: Split dvdata.h into dvdata.h and dvquant.h
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r-- | libavcodec/dv.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |