Commit 49d1c67b authored by michaelni's avatar michaelni

typo (fixes wmv1 regression test in c)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1621 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cfc3b9e7
......@@ -3922,7 +3922,7 @@ static void dct_unquantize_h263_c(MpegEncContext *s,
nCoeffs= 63; //does not allways use zigzag table
} else {
i = 0;
nCoeffs= s->intra_scantable.raster_end[ s->block_last_index[n] ];
nCoeffs= s->inter_scantable.raster_end[ s->block_last_index[n] ];
}
for(;i<=nCoeffs;i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment