[FFmpeg-devel] [PATCH 1/6] fftools/ffmpeg: remove a stale extern declaration
    Anton Khirnov 
    anton at khirnov.net
       
    Thu Aug 25 11:59:51 EEST 2022
    
    
  
Forgotten in 8cbf229c941b3c77a756bff05d0ceb5f4f2219c5
---
 fftools/ffmpeg.h | 1 -
 1 file changed, 1 deletion(-)
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 921e579c32..50654bf8db 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -650,7 +650,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;
-- 
2.35.1
    
    
More information about the ffmpeg-devel
mailing list