diff libmpcodecs/vf_scale.c @ 26542:3a2e8ae7c548

Consistently #include mpbswap.h instead of bswap.h everywhere.
author diego
date Mon, 28 Apr 2008 14:43:30 +0000
parents 00fff9a3b735
children d62192604c6d
line wrap: on
line diff
--- a/libmpcodecs/vf_scale.c	Mon Apr 28 14:01:58 2008 +0000
+++ b/libmpcodecs/vf_scale.c	Mon Apr 28 14:43:30 2008 +0000
@@ -11,7 +11,7 @@
 #include "mp_image.h"
 #include "vf.h"
 #include "fmt-conversion.h"
-#include "bswap.h"
+#include "mpbswap.h"
 
 #include "libswscale/swscale.h"
 #include "vf_scale.h"