From 4e999ebe038fa71e6530bfce0cbc271804a3a542 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 9 Jul 2008 06:57:19 +0000 Subject: indent Originally committed as revision 14137 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 77985f3..bcd9358 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3646,7 +3646,7 @@ static int opt_preset(const char *opt, const char *arg) }else if(!strcmp(tmp, "scodec")){ opt_subtitle_codec(tmp2); }else - opt_default(tmp, tmp2); + opt_default(tmp, tmp2); } fclose(f); -- cgit v1.1