mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avfilter/lavfutils.h: Don't include avformat.h
Only lavfutils.c needs avformat.h, not lavfutils.h. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
e4524270f4
commit
2869d71493
2 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "libavformat/avformat.h"
|
||||
#include "lavfutils.h"
|
||||
|
||||
int ff_load_image(uint8_t *data[4], int linesize[4],
|
||||
|
|
|
|||
|
|
@ -24,7 +24,8 @@
|
|||
#ifndef AVFILTER_LAVFUTILS_H
|
||||
#define AVFILTER_LAVFUTILS_H
|
||||
|
||||
#include "libavformat/avformat.h"
|
||||
#include <stdint.h>
|
||||
#include "libavutil/pixfmt.h"
|
||||
|
||||
/**
|
||||
* Load image from filename and put the resulting image in data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue