changeset 11318:ad0ea9f21f9a libavcodec

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()
author cehoyos
date Sun, 28 Feb 2010 03:52:10 +0000
parents 35d05a2f4361
children 5ceb00df7ec3
files imgconvert.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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