Commit bcddff8f authored by astrange's avatar astrange

H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.

Patch by Jason Garrett-Glaser (darkshikari gmail com)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14160 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 835f895c
......@@ -5746,6 +5746,7 @@ decode_intra_mb:
// All coeffs are present
memset(h->non_zero_count[mb_xy], 16, 16);
s->current_picture.mb_type[mb_xy]= mb_type;
h->last_qscale_diff = 0;
return 0;
}
......
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