projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a2d7a
)
Simplify
author
Vitor Sessak
<vitor1001@gmail.com>
Sat, 24 May 2008 20:39:09 +0000
(20:39 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Sat, 24 May 2008 20:39:09 +0000
(20:39 +0000)
Commited in SoC by Vitor Sessak on 2008-04-06 18:20:25
Originally committed as revision 13292 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/graphparser.c
patch
|
blob
|
history
diff --git
a/libavfilter/graphparser.c
b/libavfilter/graphparser.c
index 9e7aa4193853fbbb0fd33703029386f4e4ac8407..abd88bac05749cda622003b7b5111f7f75e242d2 100644
(file)
--- a/
libavfilter/graphparser.c
+++ b/
libavfilter/graphparser.c
@@
-293,7
+293,7
@@
int avfilter_graph_parse_chain(AVFilterGraph *graph, const char *filters, AVFilt
// If the first filter has an input and none was given, it is
// implicitly the input of the whole graph.
- if (pad == 0 &&
graph->filters[graph->filter_count-1]
->input_count == 1) {
+ if (pad == 0 &&
filter
->input_count == 1) {
if(link_filter(in, inpad, filter, 0))
goto fail;
}