summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdec.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/dvdec.c
parent3e78ceadf913a7a9d027e21f67c6f9767f83996b (diff)
parent3cbe1126530449336e2ce59b194bdb8c4eb4abb4 (diff)
downloadffmpeg-streaming-e28130bcaf48281b431ea611a546e7520bb90dda.zip
ffmpeg-streaming-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/dvdec.c')
-rw-r--r--libavcodec/dvdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c
index e7da50b..4bb1cd9 100644
--- a/libavcodec/dvdec.c
+++ b/libavcodec/dvdec.c
@@ -44,6 +44,7 @@
#include "put_bits.h"
#include "simple_idct.h"
#include "dvdata.h"
+#include "dv.h"
typedef struct BlockInfo {
const uint32_t *factor_table;
OpenPOWER on IntegriCloud