From 7627c35a81241c98768d2d1f13d576591cac0b1c Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 27 Aug 2012 19:21:00 +0200 Subject: vc1: export some functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a preparatory step for the MSS2 decoder which needs to use the WMV9 decoder to decode some kinds of frames. From the patch by Alberto Delmás --- libavcodec/vc1.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 5806b80f2f..fe21f2f6b7 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -451,4 +451,9 @@ int ff_vc1_parse_frame_header (VC1Context *v, GetBitContext *gb); int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext *gb); int ff_vc1_init_common(VC1Context *v); +av_cold int ff_vc1_decode_init_alloc_tables(VC1Context *v); +av_cold void ff_vc1_init_transposed_scantables(VC1Context *v); +av_cold int ff_vc1_decode_end(AVCodecContext *avctx); +void ff_vc1_decode_blocks(VC1Context *v); + #endif /* AVCODEC_VC1_H */ -- cgit v1.2.3