[Ffmpeg-cvslog] r7075 - trunk/libavformat/nutdec.c

michael subversion
Tue Nov 14 23:23:28 CET 2006


Author: michael
Date: Tue Nov 14 23:23:26 2006
New Revision: 7075

Modified:
   trunk/libavformat/nutdec.c

Log:
resync from last syncpoint


Modified: trunk/libavformat/nutdec.c
==============================================================================
--- trunk/libavformat/nutdec.c	(original)
+++ trunk/libavformat/nutdec.c	Tue Nov 14 23:23:26 2006
@@ -773,7 +773,7 @@
         default:
 resync:
 av_log(s, AV_LOG_DEBUG, "syncing from %"PRId64"\n", pos);
-            tmp= find_any_startcode(bc, pos+1);
+            tmp= find_any_startcode(bc, nut->last_syncpoint_pos+1);
             if(tmp==0)
                 return -1;
 av_log(s, AV_LOG_DEBUG, "sync\n");




More information about the ffmpeg-cvslog mailing list