mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 20:14:02 +08:00
include required header
Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -24,6 +24,8 @@
|
|||||||
#ifndef FFMPEG_IMGCONVERT_H
|
#ifndef FFMPEG_IMGCONVERT_H
|
||||||
#define FFMPEG_IMGCONVERT_H
|
#define FFMPEG_IMGCONVERT_H
|
||||||
|
|
||||||
|
#include "avcodec.h"
|
||||||
|
|
||||||
int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width);
|
int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width);
|
||||||
|
|
||||||
int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, int pix_fmt, int height);
|
int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, int pix_fmt, int height);
|
||||||
|
Reference in New Issue
Block a user