mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-04 23:31:01 +00: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) {
|
if (!codec_name) {
|
||||||
ost->par_in->codec_id = av_guess_codec(s->oformat, NULL, s->url,
|
ost->par_in->codec_id = av_guess_codec(s->oformat, NULL, s->url, NULL, ost->type);
|
||||||
NULL, ost->type);
|
|
||||||
*enc = avcodec_find_encoder(ost->par_in->codec_id);
|
*enc = avcodec_find_encoder(ost->par_in->codec_id);
|
||||||
if (!*enc) {
|
if (!*enc) {
|
||||||
av_log(ost, AV_LOG_FATAL, "Automatic encoder selection failed "
|
av_log(ost, AV_LOG_FATAL, "Automatic encoder selection failed "
|
||||||
|
Loading…
Reference in New Issue
Block a user