[FFmpeg-cvslog] r14160 - trunk/libavcodec/h264.c
astrange
subversion
Fri Jul 11 04:07:58 CEST 2008
Author: astrange
Date: Fri Jul 11 04:07:57 2008
New Revision: 14160
Log:
H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
Patch by Jason Garrett-Glaser (darkshikari gmail com)
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c (original)
+++ trunk/libavcodec/h264.c Fri Jul 11 04:07:57 2008
@@ -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;
}
More information about the ffmpeg-cvslog
mailing list