Commit 4e999ebe authored by Michael Niedermayer's avatar Michael Niedermayer

indent

Originally committed as revision 14137 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 385b19df
...@@ -3646,7 +3646,7 @@ static int opt_preset(const char *opt, const char *arg) ...@@ -3646,7 +3646,7 @@ static int opt_preset(const char *opt, const char *arg)
}else if(!strcmp(tmp, "scodec")){ }else if(!strcmp(tmp, "scodec")){
opt_subtitle_codec(tmp2); opt_subtitle_codec(tmp2);
}else }else
opt_default(tmp, tmp2); opt_default(tmp, tmp2);
} }
fclose(f); fclose(f);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment