Commit 3a8322b1 authored by Jason Garrett-Glaser's avatar Jason Garrett-Glaser Committed by Alexander Strange

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

Patch by Jason Garrett-Glaser (darkshikari gmail com)

Originally committed as revision 14160 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 28ce1839
...@@ -5746,6 +5746,7 @@ decode_intra_mb: ...@@ -5746,6 +5746,7 @@ decode_intra_mb:
// All coeffs are present // All coeffs are present
memset(h->non_zero_count[mb_xy], 16, 16); memset(h->non_zero_count[mb_xy], 16, 16);
s->current_picture.mb_type[mb_xy]= mb_type; s->current_picture.mb_type[mb_xy]= mb_type;
h->last_qscale_diff = 0;
return 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