From 6db86905a7a02e55f9108d61ace7911597c0af75 Mon Sep 17 00:00:00 2001 From: Marian Durkovic Date: Mon, 31 Oct 2005 12:44:48 +0000 Subject: [PATCH] backport [13052] --- src/input/decoder.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/input/decoder.c b/src/input/decoder.c index d1278e4630..f7694c5b04 100644 --- a/src/input/decoder.c +++ b/src/input/decoder.c @@ -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)"); } -- 2.39.2