[FFmpeg-cvslog] r10506 - trunk/libavformat/nutdec.c
diego
subversion
Sun Sep 16 16:37:02 CEST 2007
Author: diego
Date: Sun Sep 16 16:37:01 2007
New Revision: 10506
Log:
warning fix:
nutdec.c: In function ?nut_read_timestamp?:
nutdec.c:759: warning: label ?resync? defined but not used
Modified:
trunk/libavformat/nutdec.c
Modified: trunk/libavformat/nutdec.c
==============================================================================
--- trunk/libavformat/nutdec.c (original)
+++ trunk/libavformat/nutdec.c Sun Sep 16 16:37:01 2007
@@ -756,7 +756,6 @@ static int64_t nut_read_timestamp(AVForm
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){
More information about the ffmpeg-cvslog
mailing list