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
c1017cc7
Commit
c1017cc7
authored
Aug 29, 2004
by
gbazin
Browse files
* src/video_output/vout_pictures.c: RV24 is really 24 bits per pixel.
parent
b754c688
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/vout_pictures.c
View file @
c1017cc7
...
...
@@ -592,13 +592,7 @@ void vout_InitFormat( video_frame_format_t *p_format, vlc_fourcc_t i_chroma,
p_format
->
i_bits_per_pixel
=
32
;
break
;
case
FOURCC_RV24
:
/* FIXME: Should be 24 here but x11 and our chroma conversion
* routines assume 32. */
#ifdef WIN32
p_format
->
i_bits_per_pixel
=
24
;
#else
p_format
->
i_bits_per_pixel
=
32
;
#endif
break
;
case
FOURCC_RV15
:
case
FOURCC_RV16
:
...
...
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