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:
c185fc5
)
Merge variable initialization and declaration
author
Vitor Sessak
<vitor1001@gmail.com>
Sat, 24 May 2008 20:42:24 +0000
(20:42 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Sat, 24 May 2008 20:42:24 +0000
(20:42 +0000)
Commited in SoC by Vitor Sessak on 2008-05-24 17:01:01
Originally committed as revision 13356 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/graphparser.c
patch
|
blob
|
history
diff --git
a/libavfilter/graphparser.c
b/libavfilter/graphparser.c
index bdcf3673bb51816bc3bf0622217abc6bc16f336b..3883ae94d13a8ef72300d26b8d0ab15bb12e8c01 100644
(file)
--- a/
libavfilter/graphparser.c
+++ b/
libavfilter/graphparser.c
@@
-207,9
+207,8
@@
static int link_filter_inouts(AVFilterContext *filter,
AVFilterInOut **currInputs,
AVFilterInOut **openLinks, AVClass *log_ctx)
{
- int pad =
0
;
+ int pad =
filter->input_count
;
- pad = filter->input_count;
while(pad--) {
AVFilterInOut *p = *currInputs;
*currInputs = (*currInputs)->next;