[FFmpeg-cvslog] ffmpeg_mux_init: correct log suggestion
Gyan Doshi
git at videolan.org
Thu Sep 19 13:05:47 EEST 2024
ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Tue Sep 17 17:01:58 2024 +0530| [0d5b68c27cc18095aeb61ffcb9684ca7f13cfb91] | committer: Gyan Doshi
ffmpeg_mux_init: correct log suggestion
The option is enc_time_base, not enc_timebase
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d5b68c27cc18095aeb61ffcb9684ca7f13cfb91
---
fftools/ffmpeg_mux_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
}
More information about the ffmpeg-cvslog
mailing list