[FFmpeg-cvslog] fftools/ffmpeg_opt: Remove audio_drift_threshold
Andreas Rheinhardt
git at videolan.org
Sun Feb 2 18:30:58 EET 2025
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at 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 <eclipse7 at gmx.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at 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;
More information about the ffmpeg-cvslog
mailing list