Changeset 5b98440b8c458cd4d9bd53ab3fe749ff5dd1d5ac

Show
Ignore:
Timestamp:
31/10/05 13:44:12 (3 years ago)
Author:
Marian Durkovic <md@videolan.org>
git-committer:
Marian Durkovic <md@videolan.org> 1130762652 +0000
git-parent:

[42928cf80898c7c7a919f308505bc88d573a65f1]

git-author:
Marian Durkovic <md@videolan.org> 1130762652 +0000
Message:

sar_num needs to be adjusted as well

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/decoder.c

    r83ec5ce r5b98440  
    931931        { 
    932932            p_dec->fmt_out.video.i_visible_height = 1080; 
     933            p_dec->fmt_out.video.i_sar_num *= 135;  
     934            p_dec->fmt_out.video.i_sar_num /= 136;  
    933935            msg_Warn( p_dec, "Fixing broken HDTV stream (display_height=1088)"); 
    934936        }