summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-15 12:32:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-15 12:52:19 +0100
commite28130bcaf48281b431ea611a546e7520bb90dda (patch)
treee140a1521940e41ec255f29dfc832c4d641a651e /libavcodec/dv.c
parent3e78ceadf913a7a9d027e21f67c6f9767f83996b (diff)
parent3cbe1126530449336e2ce59b194bdb8c4eb4abb4 (diff)
downloadffmpeg-e28130bcaf48281b431ea611a546e7520bb90dda.tar.gz
Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4'
* commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4': dv: Split DV data table declarations into their own header Conflicts: libavcodec/dvdata.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r--libavcodec/dv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index ba07c71905..14684098d2 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -47,6 +47,7 @@
#include "simple_idct.h"
#include "dvdata.h"
#include "dv_tablegen.h"
+#include "dv.h"
/* XXX: also include quantization */
RL_VLC_ELEM ff_dv_rl_vlc[1184];