summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud