[FFmpeg-cvslog] r13315 - trunk/libavfilter/graphparser.c
vitor
subversion
Sat May 24 22:40:18 CEST 2008
Author: vitor
Date: Sat May 24 22:40:17 2008
New Revision: 13315
Log:
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-12 14:28:40
Modified:
trunk/libavfilter/graphparser.c
Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c (original)
+++ trunk/libavfilter/graphparser.c Sat May 24 22:40:17 2008
@@ -265,7 +265,7 @@ static int parse_inouts(const char **buf
parse_link_name(buf, &name);
- if (!name)
+ if(!name)
return -1;
handle_link(name, inout, pad++, type, filter);
More information about the ffmpeg-cvslog
mailing list