Mercurial > libavcodec.hg
diff imgconvert.c @ 6485:949e4f444a50 libavcodec
Rename --enable-swscaler --> enable-swscale to be consistent with the
directory name and other option names. Also rename variables accordingly.
| author | diego |
|---|---|
| date | Mon, 10 Mar 2008 17:54:24 +0000 |
| parents | 6aa3024c07c5 |
| children | c9416ce3c09f |
line wrap: on
line diff
--- a/imgconvert.c Mon Mar 10 03:07:44 2008 +0000 +++ b/imgconvert.c Mon Mar 10 17:54:24 2008 +0000 @@ -2380,7 +2380,7 @@ } #endif -#ifndef CONFIG_SWSCALER +#ifndef CONFIG_SWSCALE /* 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,
