1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

ffmpeg_mux_init: correct log suggestion

The option is enc_time_base, not enc_timebase
This commit is contained in:
Gyan Doshi 2024-09-17 16:43:58 +05:30
parent 5211ad1acd
commit 0d5b68c27c

View File

@ -1365,7 +1365,7 @@ static int ost_add(Muxer *mux, const OptionsContext *o, enum AVMediaType type,
#if FFMPEG_OPT_ENC_TIME_BASE_NUM
if (q.num < 0)
av_log(ost, AV_LOG_WARNING, "-enc_time_base -1 is deprecated,"
" use -enc_timebase demux\n");
" use -enc_time_base demux\n");
#endif
}