diff h264.c @ 3128:dd3f6be492bd libavcodec

don't arbitrarily limit delta_qp
author lorenm
date Thu, 16 Feb 2006 01:16:12 +0000
parents 05a10f97d510
children c12fc3d1c612
line wrap: on
line diff
--- a/h264.c	Thu Feb 16 00:09:23 2006 +0000
+++ b/h264.c	Thu Feb 16 01:16:12 2006 +0000
@@ -5484,7 +5484,7 @@
         else
             ctx = 3;
         val++;
-        if(val > 52) //prevent infinite loop
+        if(val > 102) //prevent infinite loop
             return INT_MIN;
     }