aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2024-09-17 16:43:58 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2024-09-19 15:35:15 +0530
commit0d5b68c27cc18095aeb61ffcb9684ca7f13cfb91 (patch)
treede1a2adad539d5ba280074e9c3b019fb53bdde7b
parent5211ad1acda35134bbb28a211ceb985e0d49e3c9 (diff)
downloadffmpeg-0d5b68c27cc18095aeb61ffcb9684ca7f13cfb91.tar.gz
ffmpeg_mux_init: correct log suggestion
The option is enc_time_base, not enc_timebase
-rw-r--r--fftools/ffmpeg_mux_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fftools/ffmpeg_mux_init.c b/fftools/ffmpeg_mux_init.c
index 30d74d37bd..571c9808b9 100644
--- a/fftools/ffmpeg_mux_init.c
+++ b/fftools/ffmpeg_mux_init.c
@@ -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
}