Changeset 5b98440b8c458cd4d9bd53ab3fe749ff5dd1d5ac
- 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
| r83ec5ce |
r5b98440 |
|
| 931 | 931 | { |
|---|
| 932 | 932 | 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; |
|---|
| 933 | 935 | msg_Warn( p_dec, "Fixing broken HDTV stream (display_height=1088)"); |
|---|
| 934 | 936 | } |
|---|