Skip to content
Snippets Groups Projects
Commit c8deab7a authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

include required header

Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6e196eac
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment