]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imgresample.c
cosmetics: Fix typos in ADPCM codec long names.
[ffmpeg] / libavcodec / imgresample.c
index 5b720b2326fd53cbc796c729588a17fccf8a58cf..d9387f8389e9207ed2c2923ea6211fa64c3a2d78 100644 (file)
@@ -25,8 +25,8 @@
  */
 
 #include "avcodec.h"
-#include "swscale.h"
 #include "dsputil.h"
+#include "libswscale/swscale.h"
 
 #ifdef HAVE_ALTIVEC
 #include "ppc/imgresample_altivec.h"