[FFmpeg-devel] [PATCH 13/25] lavfi/lavfutils: include required headers explicitly

Anton Khirnov anton at khirnov.net
Fri May 21 21:00:44 EEST 2021


---
 libavfilter/lavfutils.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libavfilter/lavfutils.c b/libavfilter/lavfutils.c
index 2bc06257c6..9aa781ef7b 100644
--- a/libavfilter/lavfutils.c
+++ b/libavfilter/lavfutils.c
@@ -18,8 +18,17 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <stdint.h>
+
+#include "libavutil/dict.h"
 #include "libavutil/imgutils.h"
+#include "libavutil/log.h"
+#include "libavutil/pixfmt.h"
+
 #include "libavformat/avformat.h"
+
+#include "libavcodec/avcodec.h"
+
 #include "lavfutils.h"
 
 int ff_load_image(uint8_t *data[4], int linesize[4],
-- 
2.30.2



More information about the ffmpeg-devel mailing list