summaryrefslogtreecommitdiff
path: root/libavcodec/svq1dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-16 13:01:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-16 13:01:44 +0200
commitb7a025092f818e9fe5c63b36fb276654dd59d211 (patch)
treeac9b7d96687213b4db18d6f4593ff44a4ae1e7e9 /libavcodec/svq1dec.c
parentc14fc4585c2b8636ae0609582456c78097ea82c9 (diff)
parentc591d4575a6f97fbbe6145304b1ea960e8e81e14 (diff)
Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'
* commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14': avcodec: Replace local extern declarations for tables with header #includes Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/svq1dec.c')
-rw-r--r--libavcodec/svq1dec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c
index 86fe6f8813..e768d81868 100644
--- a/libavcodec/svq1dec.c
+++ b/libavcodec/svq1dec.c
@@ -34,6 +34,7 @@
#include "avcodec.h"
#include "get_bits.h"
+#include "h263.h"
#include "hpeldsp.h"
#include "internal.h"
#include "mathops.h"
@@ -42,8 +43,6 @@
#undef NDEBUG
#include <assert.h>
-extern const uint8_t ff_mvtab[33][2];
-
static VLC svq1_block_type;
static VLC svq1_motion_component;
static VLC svq1_intra_multistage[6];