From 4443c0e9a9716186e53bf4bbcff8a9c6adfa0c90 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 28 Feb 2010 03:52:10 +0000 Subject: [PATCH] Include internal.h and imgconvert.h, they contain the prototypes for the following functions: ff_is_hwaccel_pix_fmt(), ff_set_systematic_pal(), ff_fill_linesize(), ff_fill_pointer(), ff_get_plane_bytewidth() Originally committed as revision 22106 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgconvert.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index de6032d..ea5914d 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -33,6 +33,8 @@ #include "avcodec.h" #include "dsputil.h" #include "colorspace.h" +#include "internal.h" +#include "imgconvert.h" #include "libavutil/pixdesc.h" #if HAVE_MMX -- 2.7.4