[FFmpeg-cvslog] r10870 - trunk/ffmpeg.c
nicodvb
subversion
Sun Oct 28 23:56:41 CET 2007
Author: nicodvb
Date: Sun Oct 28 23:56:41 2007
New Revision: 10870
Log:
removed unused variables accidentally introduced in stream_index_from_inputs()
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Sun Oct 28 23:56:41 2007
@@ -1358,8 +1358,7 @@ static int stream_index_from_inputs(AVFo
enum CodecType type,
int programid)
{
- int p, q, r, s, z;
- AVInputStream *ist;
+ int p, q, z;
for(z=0; z<nb_input_files; z++) {
AVFormatContext *ic = input_files[z];
for(p=0; p<ic->nb_programs; p++) {
More information about the ffmpeg-cvslog
mailing list