Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
ffmpeg
> ffmpeg-img_convert-SWSCALE.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ffmpeg-img_convert-SWSCALE.diff of Package ffmpeg (Revision 25)
Currently displaying revision
25
,
show latest
--- libavcodec/imgconvert.c.orig 2007-10-27 13:18:03.000000000 +0200 +++ libavcodec/imgconvert.c 2007-11-24 15:41:55.000000000 +0100 @@ -2324,7 +2324,6 @@ } #endif -#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, @@ -2569,7 +2568,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)