mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 12:24:52 +00:00
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
This commit is contained in:
parent
28ce183917
commit
3a8322b133
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user