ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Sun Jan 12 20:40:31 2025 +0100| [452d6738b507ffa1d41a8fc86fd048627f6ea501] | committer: Andreas Rheinhardt
fftools/ffmpeg_opt: Remove audio_drift_threshold Forgotten in 5a04aae82193d75b8f8814dc7e35f4cc84b1beba. Reviewed-by: Alexander Strasser <eclip...@gmx.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=452d6738b507ffa1d41a8fc86fd048627f6ea501 --- fftools/ffmpeg_opt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index 5777c71236..3c0c682594 100644 --- a/fftools/ffmpeg_opt.c +++ b/fftools/ffmpeg_opt.c @@ -52,7 +52,6 @@ HWDevice *filter_hw_device; char *vstats_filename; -float audio_drift_threshold = 0.1; float dts_delta_threshold = 10; float dts_error_threshold = 3600*30; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".