summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-09-08 00:52:22 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-09-08 00:52:22 +0000
commit59ded10ca2dbce7aebb5e2e934fe6a11dfa33dc7 (patch)
tree107cb772c52ab122f9a389074830f8a71f3fdd44 /libswscale/swscale_internal.h
parent1625216eaae75427f95684fdaf4d9082ada21aba (diff)
Fix typo in comment.
Originally committed as revision 27546 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h2
1 files changed, 1 insertions, 1 deletions
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