Opened 16 years ago

Closed 16 years ago

#6383 closed patch (fixed)

wrong video aspect ratio on 5:4 tft

Reported by: niels_ole@… Owned by: Isaac Richards
Priority: minor Milestone: 0.22
Component: MythTV - Video Playback Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When playing a 4:3 recording on a 5:4 tft the image gets streched to fill the hole display. This happens because the correct code in void VideoOutWindow::ApplyLetterboxing?(void) in libs/libmythtv/videooutwindow.cpp does not get executed.

The attached patch fixes the problem for me.

Attachments (1)

aspect_ratio_on_5_4.diff (766 bytes) - added by niels_ole@… 16 years ago.
Fixes aspect ratio on 5:4 tft

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by niels_ole@…

Attachment: aspect_ratio_on_5_4.diff added

Fixes aspect ratio on 5:4 tft

comment:1 Changed 16 years ago by markk

Resolution: fixed
Status: newclosed

(In [20252]) Fix video aspect ratio on 5:4 aspect displays with patch from Ole Salscheider(?). Closes #6383.

Note: See TracTickets for help on using tickets.