From 0ab1ebea310f172a92addcf9414ffd5e5722e3de Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 16 Sep 2007 14:37:01 +0000 Subject: [PATCH] =?UTF-8?q?warning=20fix:=20nutdec.c:=20In=20function=20?= =?UTF-8?q?=E2=80=98nut=5Fread=5Ftimestamp=E2=80=99:=20nutdec.c:759:=20war?= =?UTF-8?q?ning:=20label=20=E2=80=98resync=E2=80=99=20defined=20but=20not?= =?UTF-8?q?=20used?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 10506 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nutdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 9592a11161..91b13009ea 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -756,7 +756,6 @@ static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index, int64_t av_log(s, AV_LOG_DEBUG, "read_timestamp(X,%d,%"PRId64",%"PRId64")\n", stream_index, *pos_arg, pos_limit); pos= *pos_arg; -resync: do{ pos= find_startcode(bc, SYNCPOINT_STARTCODE, pos)+1; if(pos < 1){