From 800274f8716ed4254d889e7c739b45ba1940147e Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Fri, 29 Jan 2010 19:11:47 +0000 Subject: 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. Originally committed as revision 21529 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vp56.h') diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index e0dc41c4c6..fab9d1d9d1 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -110,6 +110,7 @@ struct vp56_context { int quantizer; uint16_t dequant_dc; uint16_t dequant_ac; + int8_t *qscale_table; /* DC predictors management */ VP56RefDc *above_blocks; -- cgit v1.2.3