diff imgresample.c @ 8313:2eaafc02cd3d libavcodec

Add img_convert() to imgconvert.h and #include it from imgresample.c. This fixes an implicit declaration of img_convert() warning. taken from a patchset from Anders Grnberg, galileo.m2 gmail com
author diego
date Sat, 13 Dec 2008 12:56:29 +0000
parents 0d108ec85620
children 589f9a71df95
line wrap: on
line diff
--- a/imgresample.c	Sat Dec 13 10:53:30 2008 +0000
+++ b/imgresample.c	Sat Dec 13 12:56:29 2008 +0000
@@ -26,6 +26,7 @@
 
 #include "avcodec.h"
 #include "dsputil.h"
+#include "imgconvert.h"
 #include "libswscale/swscale.h"
 
 #ifdef HAVE_ALTIVEC