Commit 5d920255 authored by Anton Khirnov's avatar Anton Khirnov

lavfi/lavfutils: include required headers explicitly

parent c28823ff
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment