Fix typo in comment.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 8 Sep 2008 00:52:22 +0000 (00:52 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 8 Sep 2008 00:52:22 +0000 (00:52 +0000)
Originally committed as revision 27546 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale_internal.h

index 39de0b1..f4011d3 100644 (file)
@@ -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