diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-16 13:01:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-16 13:01:44 +0200 |
commit | b7a025092f818e9fe5c63b36fb276654dd59d211 (patch) | |
tree | ac9b7d96687213b4db18d6f4593ff44a4ae1e7e9 /libavcodec/intrax8.c | |
parent | c14fc4585c2b8636ae0609582456c78097ea82c9 (diff) | |
parent | c591d4575a6f97fbbe6145304b1ea960e8e81e14 (diff) | |
download | ffmpeg-b7a025092f818e9fe5c63b36fb276654dd59d211.tar.gz |
Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'
* commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14':
avcodec: Replace local extern declarations for tables with header #includes
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/intrax8.c')
-rw-r--r-- | libavcodec/intrax8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 1d02ec3180..ffdfb079b7 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -726,7 +726,6 @@ av_cold void ff_intrax8_common_end(IntraX8Context * w) * @param dquant doubled quantizer, it would be odd in case of VC-1 halfpq==1. * @param quant_offset offset away from zero */ -//FIXME extern uint8_t ff_wmv3_dc_scale_table[32]; int ff_intrax8_decode_picture(IntraX8Context * const w, int dquant, int quant_offset){ MpegEncContext * const s= w->s; int mb_xy; |