Skip to content
Snippets Groups Projects
Commit 19c3df0c authored by Jerome Borsboom's avatar Jerome Borsboom Committed by Michael Niedermayer
Browse files

avcodec/vc1: fix mquant calculation


In vc1_decode_i_blocks_adv mquant needs to be reset to its default value for
each macroblock, instead of once at the beginning of the slice.

DQPROFILE specifies which macroblocks can have an alternative quantizer step
size. When DQPROFILE specifies edges, the selection is applicable to the edges
of the picture. Slice edges are not selected by DQPROFILE.

Signed-off-by: default avatarJerome Borsboom <jerome.borsboom@carpalis.nl>
Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 29fd44ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment