Opened 16 years ago
Closed 16 years ago
#6383 closed patch (fixed)
wrong video aspect ratio on 5:4 tft
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
Fixes aspect ratio on 5:4 tft