From 65f45532e3f9d109f31a0ad97d2bc8c36461b102 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 8 Sep 2008 00:52:22 +0000 Subject: Fix typo in comment. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27546 b3059339-0415-0410-9bf9-f77b7e298cf2 --- 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 -- cgit v1.2.3