1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-08 16:54:03 +02:00

fftools/ffmpeg: remove a stale extern declaration

Forgotten in 8cbf229c941b3c77a756bff05d0ceb5f4f2219c5
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;