From 8ba3e5d84351db957a3b94e5daaaf7fbdb685828 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 14 Nov 2006 22:23:26 +0000 Subject: [PATCH] resync from last syncpoint Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nutdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 73e2b09e93..97bad2410d 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -773,7 +773,7 @@ static int nut_read_packet(AVFormatContext *s, AVPacket *pkt) 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");