We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e452427 commit 2869d71Copy full SHA for 2869d71
libavfilter/lavfutils.c
@@ -19,6 +19,7 @@
19
*/
20
21
#include "libavutil/imgutils.h"
22
+#include "libavformat/avformat.h"
23
#include "lavfutils.h"
24
25
int ff_load_image(uint8_t *data[4], int linesize[4],
libavfilter/lavfutils.h
@@ -24,7 +24,8 @@
#ifndef AVFILTER_LAVFUTILS_H
#define AVFILTER_LAVFUTILS_H
26
27
-#include "libavformat/avformat.h"
+#include <stdint.h>
28
+#include "libavutil/pixfmt.h"
29
30
/**
31
* Load image from filename and put the resulting image in data.
0 commit comments