From c591d4575a6f97fbbe6145304b1ea960e8e81e14 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 15 Aug 2013 12:58:41 +0200 Subject: avcodec: Replace local extern declarations for tables with header #includes --- libavcodec/intrax8.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/intrax8.c') diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index b81a9ca..0cad9da 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; -- cgit v1.1