diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-09-08 00:52:22 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-09-08 00:52:22 +0000 |
commit | 59ded10ca2dbce7aebb5e2e934fe6a11dfa33dc7 (patch) | |
tree | 107cb772c52ab122f9a389074830f8a71f3fdd44 /libswscale | |
parent | 1625216eaae75427f95684fdaf4d9082ada21aba (diff) | |
download | ffmpeg-59ded10ca2dbce7aebb5e2e934fe6a11dfa33dc7.tar.gz |
Fix typo in comment.
Originally committed as revision 27546 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
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 |