H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
authorJason Garrett-Glaser <darkshikari@gmail.com>
Fri, 11 Jul 2008 02:07:57 +0000 (02:07 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Fri, 11 Jul 2008 02:07:57 +0000 (02:07 +0000)
Patch by Jason Garrett-Glaser (darkshikari gmail com)

Originally committed as revision 14160 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index f8a8b9454a5cbbda1b863b85ced0c68959f7da46..7cadbee452a144ab758d14abd541e3c2fda73078 100644 (file)
@@ -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;
     }