mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavfi/lavfutils: include required headers explicitly
This commit is contained in:
parent
c28823ff97
commit
5d920255aa
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user