diff vp56.h @ 11053:c57e72227d7d libavcodec

Make VP5 and VP6 decoders output a qscale table to allow for more automatic post-processing, and add a new FF_QSCALE_TYPE_VP56 for this.
author reimar
date Fri, 29 Jan 2010 19:11:47 +0000
parents 34a65026fa06
children 98970e51365a
line wrap: on
line diff
--- a/vp56.h	Fri Jan 29 16:49:06 2010 +0000
+++ b/vp56.h	Fri Jan 29 19:11:47 2010 +0000
@@ -110,6 +110,7 @@
     int quantizer;
     uint16_t dequant_dc;
     uint16_t dequant_ac;
+    int8_t *qscale_table;
 
     /* DC predictors management */
     VP56RefDc *above_blocks;