[FFmpeg-cvslog] r13306 - trunk/libavfilter/graphparser.c
vitor
subversion
Sat May 24 22:39:48 CEST 2008
Author: vitor
Date: Sat May 24 22:39:48 2008
New Revision: 13306
Log:
Cosmetics: alignment
Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06
Modified:
trunk/libavfilter/graphparser.c
Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c (original)
+++ trunk/libavfilter/graphparser.c Sat May 24 22:39:48 2008
@@ -225,10 +225,10 @@ static int parse_inouts(const char **buf
return -1;
}
- inoutn->type = type;
- inoutn->filter = filter;
+ inoutn->type = type;
+ inoutn->filter = filter;
inoutn->pad_idx = pad++;
- inoutn->next = *inout;
+ inoutn->next = *inout;
*inout = inoutn;
}
return pad;
More information about the ffmpeg-cvslog
mailing list