]> git.sesse.net Git - vlc/commitdiff
backport [13054]
authorMarian Durkovic <md@videolan.org>
Mon, 31 Oct 2005 13:14:23 +0000 (13:14 +0000)
committerMarian Durkovic <md@videolan.org>
Mon, 31 Oct 2005 13:14:23 +0000 (13:14 +0000)
src/input/decoder.c

index f7694c5b046f9d517fc76e9739c286b5e581a7a5..ae1dbb4799dd772b0f8552f59216921928f22dc3 100644 (file)
@@ -931,7 +931,7 @@ static picture_t *vout_new_buffer( decoder_t *p_dec )
         {
             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; 
+            p_dec->fmt_out.video.i_sar_den *= 136; 
             msg_Warn( p_dec, "Fixing broken HDTV stream (display_height=1088)");
         }