Skip to content

Commit

Permalink
ffmpeg_mux_init: correct log suggestion
Browse files Browse the repository at this point in the history
The option is enc_time_base, not enc_timebase
  • Loading branch information
GyanD committed Sep 19, 2024
1 parent 5211ad1 commit 0d5b68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fftools/ffmpeg_mux_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0d5b68c

Please sign in to comment.