From 59ded10ca2dbce7aebb5e2e934fe6a11dfa33dc7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 8 Sep 2008 00:52:22 +0000 Subject: [PATCH] Fix typo in comment. Originally committed as revision 27546 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 39de0b141e..f4011d3de3 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" -#define STR(s) AV_TOSTRING(s) //AV_STINGIFY is too long +#define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long #define MAX_FILTER_SIZE 256