diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-08-22 16:39:04 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-08-29 15:42:11 +0200 |
commit | 7c8737548f5426a4b55fdb8771775e9562c8828c (patch) | |
tree | a352abd1f09a227b8b3504bdfaea95337610f98d | |
parent | 8d26a21bf63514cc566bf8c9de940a786bb33167 (diff) | |
download | ffmpeg-7c8737548f5426a4b55fdb8771775e9562c8828c.tar.gz |
fftools/ffmpeg: remove a stale extern declaration
Forgotten in 8cbf229c941b3c77a756bff05d0ceb5f4f2219c5
-rw-r--r-- | fftools/ffmpeg.h | 1 |
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; |