[FFmpeg-cvslog] Fix typo from e3a84542.
Michael Niedermayer
git at videolan.org
Wed Mar 30 20:36:10 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Mar 30 20:25:32 2011 +0200| [ffd39f9d2366b4bbfcac3c47087a77c6eced362b] | committer: Michael Niedermayer
Fix typo from e3a84542.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ffd39f9d2366b4bbfcac3c47087a77c6eced362b
---
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 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
More information about the ffmpeg-cvslog
mailing list