summaryrefslogtreecommitdiff
path: root/libavcodec/h261enc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-05 21:08:58 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-05 21:09:04 +0200
commitfa871b1bde42abaeeee48d866b93cfabc7669e21 (patch)
tree61bd5311c1dc195285c526780d16e411b64f6dd4 /libavcodec/h261enc.c
parent99186f1fd2ad8e60ec18a14f51967c404089aeb5 (diff)
parentae35d91d44c5e676af3d146bf8d05b241c467675 (diff)
Merge commit 'ae35d91d44c5e676af3d146bf8d05b241c467675'
* commit 'ae35d91d44c5e676af3d146bf8d05b241c467675': h261: Move ff_h261_rl_table_store declaration to header file Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 c22100cf8c..cd84212473 100644
--- a/libavcodec/h261enc.c
+++ b/libavcodec/h261enc.c
@@ -32,8 +32,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);