summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-03-30 20:25:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-03-30 20:28:03 +0200
commitffd39f9d2366b4bbfcac3c47087a77c6eced362b (patch)
treeea62e8508cf0d2481dce8b656374e28f58a37c65
parentd9699ea825304bfbc4bbf61d9fcdf97e74ff6361 (diff)
downloadffmpeg-streaming-ffd39f9d2366b4bbfcac3c47087a77c6eced362b.zip
ffmpeg-streaming-ffd39f9d2366b4bbfcac3c47087a77c6eced362b.tar.gz
Fix typo from e3a84542.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 bb0c6bf..e6f5c48 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
OpenPOWER on IntegriCloud