This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
removed unused variables accidentally introduced in stream_index_from_inputs()
Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Nico Sabbi
18 years ago
parent
39f79f26eb
commit
c1a4cdf9bf
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
ffmpeg.c
+ 1
- 2
ffmpeg.c
View File
@@ -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++) {
Write
Preview
Loading…
Cancel
Save