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
This commit is contained in:
Reimar Döffinger
2010-01-29 19:11:47 +00:00
parent 5e4e9042c4
commit 800274f871
3 changed files with 8 additions and 0 deletions

View File

@@ -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;