summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-10 14:29:05 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 12:26:04 +0100
commite3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (patch)
tree3c2cf0f731fcaccc977436a64c878b7df879123e /libavcodec/h263.c
parent8b5007a31b8d1ddbe3661bf45a732336450b7d25 (diff)
mpegvideo: h263: Move all tables to a single file
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r--libavcodec/h263.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index 6eaab41394..b6a68d017d 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -40,9 +40,6 @@
#include "mpeg4video.h"
-uint8_t ff_h263_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3];
-
-
void ff_h263_update_motion_val(MpegEncContext * s){
const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
//FIXME a lot of that is only needed for !low_delay