[FFmpeg-cvslog] r22780 - trunk/libavformat/rdt.c

rbultje subversion
Fri Apr 2 16:55:01 CEST 2010


Author: rbultje
Date: Fri Apr  2 16:55:01 2010
New Revision: 22780

Log:
Remove dead initialization.

Modified:
   trunk/libavformat/rdt.c

Modified: trunk/libavformat/rdt.c
==============================================================================
--- trunk/libavformat/rdt.c	Fri Apr  2 16:19:39 2010	(r22779)
+++ trunk/libavformat/rdt.c	Fri Apr  2 16:55:01 2010	(r22780)
@@ -417,7 +417,7 @@ rdt_parse_sdp_line (AVFormatContext *s, 
     } else if (av_strstart(p, "StartTime:integer;", &p))
         stream->first_dts = atoi(p);
     else if (av_strstart(p, "ASMRuleBook:string;", &p)) {
-        int n = st_index, first = -1;
+        int n, first = -1;
 
         for (n = 0; n < s->nb_streams; n++)
             if (s->streams[n]->priv_data == stream->priv_data) {



More information about the ffmpeg-cvslog mailing list