Opened 19 years ago
Closed 19 years ago
#2351 closed patch (fixed)
external subs: fix bad placing of subs (last lines out of view)
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch fixes a problem with displaying the external subtitle files. The code did not take the size of the video stream into account, thus the subtitles were positioned wrongly. This patch should fix the problem. I tested it with several videos of different sizes and the subtitles were placed OK.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | extsub_fix_placing_of_subs.patch added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [11093]) Fix placement of external subtitles. Closes #2351.