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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user