Commit 5b98440b authored by Marian Durkovic's avatar Marian Durkovic

sar_num needs to be adjusted as well

parent 42928cf8
......@@ -930,6 +930,8 @@ static picture_t *vout_new_buffer( decoder_t *p_dec )
var_CreateGetBool( p_dec, "hdtv-fix" ) )
{
p_dec->fmt_out.video.i_visible_height = 1080;
p_dec->fmt_out.video.i_sar_num *= 135;
p_dec->fmt_out.video.i_sar_num /= 136;
msg_Warn( p_dec, "Fixing broken HDTV stream (display_height=1088)");
}
......
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