From dd9b86354c4ab002f7a3509d71461a84e21d1be9 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 14 Jan 2007 18:17:15 +0000 Subject: add support for another variant of vp6 with block coeffs coded separatly from other parts of the frame Originally committed as revision 7484 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/vp56.h') diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index f8b3a8e4b6..50e2015504 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -76,6 +76,8 @@ struct vp56_context { uint8_t *edge_emu_buffer_alloc; uint8_t *edge_emu_buffer; vp56_range_coder_t c; + vp56_range_coder_t cc; + vp56_range_coder_t *ccp; int sub_version; /* frame info */ @@ -108,6 +110,7 @@ struct vp56_context { int vector_candidate_pos; /* filtering hints */ + int filter_header; /* used in vp6 only */ int deblock_filtering; int filter_selection; int filter_mode; -- cgit v1.2.3