comparison libswscale/swscale_internal.h @ 27514:fa98d451036f

Fix typo in comment.
author michael
date Mon, 08 Sep 2008 00:52:22 +0000
parents 2550d0c5bcb6
children 8202118fbaa1
comparison
equal deleted inserted replaced
27513:2550d0c5bcb6 27514:fa98d451036f
27 #include <altivec.h> 27 #include <altivec.h>
28 #endif 28 #endif
29 29
30 #include "libavutil/avutil.h" 30 #include "libavutil/avutil.h"
31 31
32 #define STR(s) AV_TOSTRING(s) //AV_STINGIFY is too long 32 #define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long
33 33
34 #define MAX_FILTER_SIZE 256 34 #define MAX_FILTER_SIZE 256
35 35
36 #define VOFW 2048 36 #define VOFW 2048
37 #define VOF (VOFW*2) 37 #define VOF (VOFW*2)