Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6541e664
Commit
6541e664
authored
Aug 23, 2009
by
Jean-Baptiste Kempf
Browse files
Win32: kill warning about undefined preproc variable
parent
6e9c1d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/opengl.c
View file @
6541e664
...
...
@@ -252,7 +252,7 @@ static int Init( vout_thread_t *p_vout )
p_vout
->
output
.
i_chroma
=
VLC_CODEC_YUYV
;
i_pixel_pitch
=
2
;
#elif (VLCGL_FORMAT == GL_YCBCR_422_APPLE)
#elif
defined( GL_YCBCR_422_APPLE ) &&
(VLCGL_FORMAT == GL_YCBCR_422_APPLE)
p_vout
->
output
.
i_chroma
=
VLC_CODEC_UYVY
;
i_pixel_pitch
=
2
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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