summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-12 20:57:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-12 20:57:37 +0200
commit218f58a16a3dd6c1b3eecef18bb45c04439c7799 (patch)
tree98205644fd62945cb1ed816744dacc4193941b4d /libavcodec/h263.c
parent58f63670e173c1113ab231850572be303a21faef (diff)
parente3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (diff)
downloadffmpeg-218f58a16a3dd6c1b3eecef18bb45c04439c7799.tar.gz
Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'
* commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d': mpegvideo: h263: Move all tables to a single file Conflicts: libavcodec/h263.h libavcodec/h263data.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 41836a809e..800387d1c7 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