[FFmpeg-cvslog] r16285 - trunk/libavcodec/h264.c

michael subversion
Tue Dec 23 14:20:44 CET 2008


Author: michael
Date: Tue Dec 23 02:11:56 2008
New Revision: 16285

Log:
100l, I broke H.264 again, forgot one hunk.
Thanks to FATE for finding it.

Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	Tue Dec 23 01:38:45 2008	(r16284)
+++ trunk/libavcodec/h264.c	Tue Dec 23 02:11:56 2008	(r16285)
@@ -1402,6 +1402,7 @@ static const uint8_t *decode_nal(H264Con
             }
             break;
         }
+        i-= RS;
     }
 
     if(i>=length-1){ //no escaped 0




More information about the ffmpeg-cvslog mailing list