Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
90a0d65b
Commit
90a0d65b
authored
Aug 28, 2008
by
Laurent Aimar
Browse files
Fixed swscaler minimal size for YUY2 sse2.
parent
da9b4d4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/swscale.c
View file @
90a0d65b
...
...
@@ -125,7 +125,7 @@ static int GetSwsCpuMask(void);
* (change it to true to try) */
#define ALLOW_YUVP (false)
/* SwScaler does not like too small picture */
#define MINIMUM_WIDTH (
16
)
#define MINIMUM_WIDTH (
32
)
/* XXX is it always 3 even for BIG_ENDIAN (blend.c seems to think so) ? */
#define OFFSET_A (3)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment