diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-10 14:29:05 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-12 12:26:04 +0100 |
commit | e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (patch) | |
tree | 3c2cf0f731fcaccc977436a64c878b7df879123e /libavcodec/h263.c | |
parent | 8b5007a31b8d1ddbe3661bf45a732336450b7d25 (diff) | |
download | ffmpeg-e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d.tar.gz |
mpegvideo: h263: Move all tables to a single file
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r-- | libavcodec/h263.c | 3 |
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 |