From e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 10 Jun 2015 14:29:05 +0100 Subject: mpegvideo: h263: Move all tables to a single file --- libavcodec/h263.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/h263.c') 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 -- cgit v1.2.3