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
graphparser: fix the order in which unlabeled input links are returned.
tags/n0.11
Anton Khirnov
13 years ago
parent
2e21526790
commit
7af99a01c4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/graphparser.c
+ 1
- 1
libavfilter/graphparser.c
View File
@@ -242,7 +242,7 @@ static int link_filter_inouts(AVFilterContext *filt_ctx,
} else {
p->filter_ctx = filt_ctx;
p->pad_idx = pad;
insert_inout(open_inputs,
p);
append_inout(open_inputs, &
p);
}
}
Write
Preview
Loading…
Cancel
Save