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

michael subversion
Thu Nov 16 10:59:46 CET 2006


Author: michael
Date: Thu Nov 16 10:59:46 2006
New Revision: 7098

Modified:
   trunk/libavformat/nutdec.c

Log:
remove unused variables


Modified: trunk/libavformat/nutdec.c
==============================================================================
--- trunk/libavformat/nutdec.c	(original)
+++ trunk/libavformat/nutdec.c	Thu Nov 16 10:59:46 2006
@@ -287,7 +287,7 @@
     AVFormatContext *s= nut->avf;
     ByteIOContext *bc = &s->pb;
     StreamContext *stc;
-    int class, nom, denom, stream_id;
+    int class, stream_id;
     uint64_t tmp, end;
     AVStream *st;
 
@@ -784,7 +784,6 @@
     NUTContext *nut = s->priv_data;
     ByteIOContext *bc = &s->pb;
     int64_t pos, pts, back_ptr;
-    int frame_code, stream_id,size, flags;
 av_log(s, AV_LOG_DEBUG, "read_timestamp(X,%d,%"PRId64",%"PRId64")\n", stream_index, *pos_arg, pos_limit);
 
     pos= *pos_arg;




More information about the ffmpeg-cvslog mailing list