diff vp56.h @ 4348:d3dcf62d52c5 libavcodec

add support for another variant of vp6 with block coeffs coded separatly from other parts of the frame
author aurel
date Sun, 14 Jan 2007 18:17:15 +0000
parents 74b476185cd1
children 340c876320eb
line wrap: on
line diff
--- a/vp56.h	Sun Jan 14 16:11:10 2007 +0000
+++ b/vp56.h	Sun Jan 14 18:17:15 2007 +0000
@@ -76,6 +76,8 @@
     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 @@
     int vector_candidate_pos;
 
     /* filtering hints */
+    int filter_header;               /* used in vp6 only */
     int deblock_filtering;
     int filter_selection;
     int filter_mode;