Author: sls                          Date: Thu Jan 11 00:48:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adds img_convert function (--enable-swscaler removed it, but it's still 
  in avcodec.h)

---- Files affected:
SOURCES:
   ffmpeg-img_convert_symbol.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ffmpeg-img_convert_symbol.patch
diff -u /dev/null SOURCES/ffmpeg-img_convert_symbol.patch:1.1
--- /dev/null   Thu Jan 11 01:48:49 2007
+++ SOURCES/ffmpeg-img_convert_symbol.patch     Thu Jan 11 01:48:44 2007
@@ -0,0 +1,18 @@
+--- ffmpeg-export-2006-12-04/libavcodec/imgconvert.c.orig      2006-12-21 
17:28:49.000000000 +0000
++++ ffmpeg-export-2006-12-04/libavcodec/imgconvert.c   2006-12-21 
17:30:07.000000000 +0000
+@@ -2299,7 +2299,6 @@
+     return 0;
+ }
+ 
+-#ifndef CONFIG_SWSCALER
+ /* XXX: always use linesize. Return -1 if not supported */
+ int img_convert(AVPicture *dst, int dst_pix_fmt,
+                 const AVPicture *src, int src_pix_fmt,
+@@ -2541,7 +2540,6 @@
+     avpicture_free(tmp);
+     return ret;
+ }
+-#endif
+ 
+ /* NOTE: we scan all the pixels to have an exact information */
+ static int get_alpha_info_pal8(const AVPicture *src, int width, int height)
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to