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/h261.h | |
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/h261.h')
-rw-r--r-- | libavcodec/h261.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h261.h b/libavcodec/h261.h index 5b60dd65a3..f59c96a9b1 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -48,4 +48,6 @@ typedef struct H261Context{ #define MB_TYPE_H261_FIL 0x800000 +extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3]; + #endif /* AVCODEC_H261_H */ |