projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ce183
)
H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
author
Jason Garrett-Glaser
<darkshikari@gmail.com>
Fri, 11 Jul 2008 02:07:57 +0000
(
02:07
+0000)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/libavcodec/h264.c
b/libavcodec/h264.c
index f8a8b9454a5cbbda1b863b85ced0c68959f7da46..7cadbee452a144ab758d14abd541e3c2fda73078 100644
(file)
--- a/
libavcodec/h264.c
+++ b/
libavcodec/h264.c
@@
-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;
}