fftools/ffmpeg_opt: Remove audio_drift_threshold

Forgotten in 5a04aae821.

Reviewed-by: Alexander Strasser <eclipse7@gmx.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2025-01-12 20:40:31 +01:00
parent 10047fea1c
commit 452d6738b5

View file

@ -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;