# HG changeset patch # User cehoyos # Date 1267329130 0 # Node ID ad0ea9f21f9a769d6d1bd7e8d23543516e884795 # Parent 35d05a2f4361df094d83c91410dc77e59348b957 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() diff -r 35d05a2f4361 -r ad0ea9f21f9a imgconvert.c --- a/imgconvert.c Sun Feb 28 03:41:59 2010 +0000 +++ b/imgconvert.c Sun Feb 28 03:52:10 2010 +0000 @@ -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