changeset 2553:46dc5d231217 libavformat

warning fix: nutdec.c: In function ¡Ænut_read_timestamp¡Ç: nutdec.c:759: warning: label ¡Æresync¡Ç defined but not used
author diego
date Sun, 16 Sep 2007 14:37:01 +0000
parents 937b5d76c3dd
children 2d6bfd63d606
files nutdec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nutdec.c	Sat Sep 15 08:19:01 2007 +0000
+++ b/nutdec.c	Sun Sep 16 14:37:01 2007 +0000
@@ -756,7 +756,6 @@
 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){