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/h261dec.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/h261dec.c')
-rw-r--r-- | libavcodec/h261dec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 03770be3cd..08700bd164 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -40,8 +40,6 @@ #define MBA_STUFFING 33 #define MBA_STARTCODE 34 -extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3]; - static VLC h261_mba_vlc; static VLC h261_mtype_vlc; static VLC h261_mv_vlc; |