summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-07-09 06:57:19 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-07-09 06:57:19 +0000
commit4e999ebe038fa71e6530bfce0cbc271804a3a542 (patch)
tree81545e3e47d42a9c4bc7e9f0bfdf1b62220ba2cf /ffmpeg.c
parent385b19dfd46e6aa5a89acf6744a65b0a8211b004 (diff)
indent
Originally committed as revision 14137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 77985f30b7..bcd9358b46 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);