]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- adds img_convert function (--enable-swscaler removed it, but it's still
authorSzymon Siwek <sls@pld-linux.org>
Thu, 11 Jan 2007 00:48:44 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  in avcodec.h)

Changed files:
    ffmpeg-img_convert_symbol.patch -> 1.1

ffmpeg-img_convert_symbol.patch [new file with mode: 0644]

diff --git a/ffmpeg-img_convert_symbol.patch b/ffmpeg-img_convert_symbol.patch
new file mode 100644 (file)
index 0000000..6c56c8d
--- /dev/null
@@ -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)
This page took 0.028754 seconds and 4 git commands to generate.