[FFmpeg-cvslog] r18567 - trunk/ffmpeg.c

michael subversion
Fri Apr 17 17:33:45 CEST 2009


Author: michael
Date: Fri Apr 17 17:33:45 2009
New Revision: 18567

Log:
Remove unneeded assignment from av_encode() found by CSA.

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	Fri Apr 17 17:15:25 2009	(r18566)
+++ trunk/ffmpeg.c	Fri Apr 17 17:33:45 2009	(r18567)
@@ -1972,7 +1972,6 @@ static int av_encode(AVFormatContext **o
     /* init pts */
     for(i=0;i<nb_istreams;i++) {
         ist = ist_table[i];
-        is = input_files[ist->file_index];
         ist->pts = 0;
         ist->next_pts = AV_NOPTS_VALUE;
         ist->is_start = 1;



More information about the ffmpeg-cvslog mailing list