Skip to content
Snippets Groups Projects
Commit 1cf1163d authored by Steve Lhomme's avatar Steve Lhomme
Browse files

visual: the visualization effects are in the sRGB colorspace

parent 3089bf5a
No related branches found
No related tags found
No related merge requests found
......@@ -298,6 +298,9 @@ static int Open( vlc_object_t *p_this )
.i_visible_height = height,
.i_sar_num = 1,
.i_sar_den = 1,
.transfer = TRANSFER_FUNC_SRGB,
.primaries = COLOR_PRIMARIES_SRGB,
.space = COLOR_SPACE_SRGB,
};
p_sys->p_vout = aout_filter_RequestVout( p_filter, NULL, &fmt );
if( p_sys->p_vout == NULL )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment