Browse code

Remove unused variable from print_report() found by CSA.

Originally committed as revision 18566 to svn://svn.ffmpeg.org/ffmpeg/trunk

Michael Niedermayer authored on 2009/04/18 00:15:25
Showing 1 changed files
... ...
@@ -1061,7 +1061,7 @@ static void print_report(AVFormatContext **output_files,
1061 1061
 {
1062 1062
     char buf[1024];
1063 1063
     AVOutputStream *ost;
1064
-    AVFormatContext *oc, *os;
1064
+    AVFormatContext *oc;
1065 1065
     int64_t total_size;
1066 1066
     AVCodecContext *enc;
1067 1067
     int frame_number, vid, i;
... ...
@@ -1094,7 +1094,6 @@ static void print_report(AVFormatContext **output_files,
1094 1094
     vid = 0;
1095 1095
     for(i=0;i<nb_ostreams;i++) {
1096 1096
         ost = ost_table[i];
1097
-        os = output_files[ost->file_index];
1098 1097
         enc = ost->st->codec;
1099 1098
         if (vid && enc->codec_type == CODEC_TYPE_VIDEO) {
1100 1099
             snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "q=%2.1f ",