Mercurial > libavcodec.hg
comparison imgconvert.h @ 6435:cb4ee143ad29 libavcodec
include required header
| author | aurel |
|---|---|
| date | Mon, 03 Mar 2008 23:10:13 +0000 |
| parents | 3d999e9c2093 |
| children | 4d1efaedfae6 |
comparison
equal
deleted
inserted
replaced
| 6434:442f96044f19 | 6435:cb4ee143ad29 |
|---|---|
| 22 */ | 22 */ |
| 23 | 23 |
| 24 #ifndef FFMPEG_IMGCONVERT_H | 24 #ifndef FFMPEG_IMGCONVERT_H |
| 25 #define FFMPEG_IMGCONVERT_H | 25 #define FFMPEG_IMGCONVERT_H |
| 26 | 26 |
| 27 #include "avcodec.h" | |
| 28 | |
| 27 int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width); | 29 int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width); |
| 28 | 30 |
| 29 int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, int pix_fmt, int height); | 31 int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, int pix_fmt, int height); |
| 30 | 32 |
| 31 int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane); | 33 int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane); |
