1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

fftools/ffmpeg: remove a stale extern declaration

Forgotten in 8cbf229c94
This commit is contained in:
Anton Khirnov
2022-08-22 16:39:04 +02:00
parent 8d26a21bf6
commit 7c8737548f

View File

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