changeset 27514:fa98d451036f

Fix typo in comment.
author michael
date Mon, 08 Sep 2008 00:52:22 +0000
parents 2550d0c5bcb6
children 9355343a7721
files libswscale/swscale_internal.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Sun Sep 07 21:06:21 2008 +0000
+++ b/libswscale/swscale_internal.h	Mon Sep 08 00:52:22 2008 +0000
@@ -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