diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-05 21:08:58 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-05 21:09:04 +0200 |
commit | fa871b1bde42abaeeee48d866b93cfabc7669e21 (patch) | |
tree | 61bd5311c1dc195285c526780d16e411b64f6dd4 /libavcodec/h261enc.c | |
parent | 99186f1fd2ad8e60ec18a14f51967c404089aeb5 (diff) | |
parent | ae35d91d44c5e676af3d146bf8d05b241c467675 (diff) | |
download | ffmpeg-fa871b1bde42abaeeee48d866b93cfabc7669e21.tar.gz |
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.c | 2 |
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); |