diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-01-12 20:40:31 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-02-02 17:03:32 +0100 |
commit | 452d6738b507ffa1d41a8fc86fd048627f6ea501 (patch) | |
tree | 25a1c77caee22dd0055428befe32d8b8af7a9e14 | |
parent | 10047fea1c47fa77a8ddbeba217e1f88d62859cb (diff) | |
download | ffmpeg-452d6738b507ffa1d41a8fc86fd048627f6ea501.tar.gz |
fftools/ffmpeg_opt: Remove audio_drift_threshold
Forgotten in 5a04aae82193d75b8f8814dc7e35f4cc84b1beba.
Reviewed-by: Alexander Strasser <eclipse7@gmx.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | fftools/ffmpeg_opt.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |