提交 c1a4cdf9 编写于 作者: N Nico Sabbi

removed unused variables accidentally introduced in stream_index_from_inputs()

Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 39f79f26
......@@ -1358,8 +1358,7 @@ static int stream_index_from_inputs(AVFormatContext **input_files,
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++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册