mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
fftools/ffmpeg: reindent after previous commit
This commit is contained in:
parent
6cace17b0d
commit
2104de13e9
@ -129,8 +129,7 @@ static int choose_encoder(const OptionsContext *o, AVFormatContext *s,
|
||||
}
|
||||
|
||||
if (!codec_name) {
|
||||
ost->par_in->codec_id = av_guess_codec(s->oformat, NULL, s->url,
|
||||
NULL, ost->type);
|
||||
ost->par_in->codec_id = av_guess_codec(s->oformat, NULL, s->url, NULL, ost->type);
|
||||
*enc = avcodec_find_encoder(ost->par_in->codec_id);
|
||||
if (!*enc) {
|
||||
av_log(ost, AV_LOG_FATAL, "Automatic encoder selection failed "
|
||||
|
Loading…
x
Reference in New Issue
Block a user