diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-30 20:25:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-30 20:28:03 +0200 |
commit | ffd39f9d2366b4bbfcac3c47087a77c6eced362b (patch) | |
tree | ea62e8508cf0d2481dce8b656374e28f58a37c65 | |
parent | d9699ea825304bfbc4bbf61d9fcdf97e74ff6361 (diff) | |
download | ffmpeg-ffd39f9d2366b4bbfcac3c47087a77c6eced362b.tar.gz |
Fix typo from e3a84542.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 bb0c6bf258..e6f5c480ce 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -34,7 +34,7 @@ #define MAX_FILTER_SIZE 256 #if ARCH_X86 -#define VOFW 21502 +#define VOFW 21504 #else #define VOFW 2048 // faster on PPC and not tested on others #endif |