summaryrefslogtreecommitdiff
path: root/libavcodec/h261enc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-03 18:52:30 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-05 12:24:28 +0200
commitae35d91d44c5e676af3d146bf8d05b241c467675 (patch)
treee8e6427856467de850a555db533cc77b456b03e5 /libavcodec/h261enc.c
parent28a807e28b4534326527df24ca7ae092ba0b15cd (diff)
h261: Move ff_h261_rl_table_store declaration to header file
Diffstat (limited to 'libavcodec/h261enc.c')
-rw-r--r--libavcodec/h261enc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c
index 88b07965a0..07094136e7 100644
--- a/libavcodec/h261enc.c
+++ b/libavcodec/h261enc.c
@@ -31,8 +31,6 @@
#include "h261.h"
#include "h261data.h"
-extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];
-
static void h261_encode_block(H261Context * h, int16_t * block,
int n);