diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-15 12:58:41 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-15 14:38:03 +0200 |
commit | c591d4575a6f97fbbe6145304b1ea960e8e81e14 (patch) | |
tree | 7cdb919202f6fd9e2f9f0823640ba1b9d862e5d0 /libavcodec/intrax8.c | |
parent | aa2ba8c99e5708884a56aea9c1d96e014866f8a3 (diff) | |
download | ffmpeg-c591d4575a6f97fbbe6145304b1ea960e8e81e14.tar.gz |
avcodec: Replace local extern declarations for tables with header #includes
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 b81a9ca9c4..0cad9dab3c 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -724,7 +724,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; |