[FFmpeg-devel] [PATCH v2 24/31] lavu/audio_fifo: drop an unnecessary include
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Mon Jan 24 16:46:09 EET 2022
From: Anton Khirnov <anton at khirnov.net>
Nothing in audio_fifo.h uses anything from fifo.h
---
libavutil/audio_fifo.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavutil/audio_fifo.h b/libavutil/audio_fifo.h
index d8a9194a8d..9d570b04c0 100644
--- a/libavutil/audio_fifo.h
+++ b/libavutil/audio_fifo.h
@@ -28,7 +28,6 @@
#define AVUTIL_AUDIO_FIFO_H
#include "avutil.h"
-#include "fifo.h"
#include "samplefmt.h"
/**
--
2.32.0
More information about the ffmpeg-devel
mailing list