summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4data.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-18 14:28:43 +0100
committerDiego Biurrun <diego@biurrun.de>2012-03-01 23:11:09 +0100
commit2f4b476e04160dad9472a61db2dd575471f39812 (patch)
treeba70dad866f24487bf8980f15418cb992d1727b6 /libavcodec/msmpeg4data.c
parenteb727387fd41d0e6ae2a35a718701f454b940fb6 (diff)
msmpeg4: Split encoding backend code off from general backend code.
Diffstat (limited to 'libavcodec/msmpeg4data.c')
-rw-r--r--libavcodec/msmpeg4data.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/msmpeg4data.c b/libavcodec/msmpeg4data.c
index b3dc45490f..5721d8ff75 100644
--- a/libavcodec/msmpeg4data.c
+++ b/libavcodec/msmpeg4data.c
@@ -29,6 +29,10 @@
#include "msmpeg4data.h"
+uint32_t ff_v2_dc_lum_table[512][2];
+uint32_t ff_v2_dc_chroma_table[512][2];
+uint8_t ff_static_rl_table_store[NB_RL_TABLES][2][2 * MAX_RUN + MAX_LEVEL + 3];
+
VLC ff_msmp4_mb_i_vlc;
VLC ff_msmp4_dc_luma_vlc[2];
VLC ff_msmp4_dc_chroma_vlc[2];