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

goom: explicitely set the output as full range

parent 82bca6ae
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ static int Open( vlc_object_t *p_this )
p_thread->fmt.i_height = p_thread->fmt.i_visible_height = height;
p_thread->fmt.i_chroma = VLC_CODEC_RGB32;
p_thread->fmt.i_sar_num = p_thread->fmt.i_sar_den = 1;
p_thread->fmt.color_range = COLOR_RANGE_FULL;
/* TODO: the number of picture is arbitrary for now. */
p_thread->pool = picture_pool_NewFromFormat(&p_thread->fmt, 3);
......
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