]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imgconvert.c
typo fixes
[ffmpeg] / libavcodec / imgconvert.c
index 468035f3648c14b32bc4924e5bcdf45405e28173..756c0add2a05f0403de55a6e03b0b92632500f26 100644 (file)
@@ -2380,7 +2380,7 @@ int img_pad(AVPicture *dst, const AVPicture *src, int height, int width,
 }
 #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,