This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix typo from
e3a84542
.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer
14 years ago
parent
d9699ea825
commit
ffd39f9d23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libswscale/swscale_internal.h
+ 1
- 1
libswscale/swscale_internal.h
View File
@@ -34,7 +34,7 @@
#define MAX_FILTER_SIZE 256
#define MAX_FILTER_SIZE 256
#if ARCH_X86
#if ARCH_X86
#define VOFW 2150
2
#define VOFW 2150
4
#else
#else
#define VOFW 2048 // faster on PPC and not tested on others
#define VOFW 2048 // faster on PPC and not tested on others
#endif
#endif
Write
Preview
Loading…
Cancel
Save