Commit 337d16f0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

screen/mac: set SAR values (refs #14507)

parent 4477fc91
......@@ -121,6 +121,7 @@ int screen_InitCapture(demux_t *p_demux)
p_sys->fmt.video.i_rmask = 0x00ff0000;
p_sys->fmt.video.i_gmask = 0x0000ff00;
p_sys->fmt.video.i_bmask = 0x000000ff;
p_sys->fmt.video.i_sar_num = p_sys->fmt.video.i_sar_den = 1;
return VLC_SUCCESS;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment