summaryrefslogtreecommitdiff
path: root/fftools
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-08-22 16:39:04 +0200
committerAnton Khirnov <anton@khirnov.net>2022-08-29 15:42:11 +0200
commit7c8737548f5426a4b55fdb8771775e9562c8828c (patch)
treea352abd1f09a227b8b3504bdfaea95337610f98d /fftools
parent8d26a21bf63514cc566bf8c9de940a786bb33167 (diff)
fftools/ffmpeg: remove a stale extern declaration
Forgotten in 8cbf229c941b3c77a756bff05d0ceb5f4f2219c5
Diffstat (limited to 'fftools')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 27ef92654c..c461e93ff9 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -656,7 +656,6 @@ extern float audio_drift_threshold;
extern float dts_delta_threshold;
extern float dts_error_threshold;
-extern int audio_volume;
extern int audio_sync_method;
extern enum VideoSyncMethod video_sync_method;
extern float frame_drop_threshold;