GNOME Bugzilla – Bug 529015
Port from deprecated img_convert to swscale
Last modified: 2008-05-08 13:45:28 UTC
Hi, img_convert is deprecated in ffmpeg SVN too now, the replacement for converting between pixel formats is swscale. Unfortunately swscale has the interesting parts (assembly optimizations) licensed under GPL so we have to live with the LGPL'd C implementations.
Created attachment 110469 [details] [review] proposed patch This switches all usage of img_convert to sws_scale.
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk> * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_img_convert): Replace usage of img_convert (deprecated) by sws_scale. Fixes #529015