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:
b86e38a
)
don't arbitrarily limit delta_qp
author
Loren Merritt
<lorenm@u.washington.edu>
Thu, 16 Feb 2006 01:16:12 +0000
(
01:16
+0000)
committer
Loren Merritt
<lorenm@u.washington.edu>
Thu, 16 Feb 2006 01:16:12 +0000
(
01:16
+0000)
Originally committed as revision 5026 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264.c
b/libavcodec/h264.c
index
a90f9fa
..
962d0b6
100644
(file)
--- a/
libavcodec/h264.c
+++ b/
libavcodec/h264.c
@@
-5484,7
+5484,7
@@
static int decode_cabac_mb_dqp( H264Context *h) {
else
ctx = 3;
val++;
- if(val >
5
2) //prevent infinite loop
+ if(val >
10
2) //prevent infinite loop
return INT_MIN;
}