Opened 11 years ago
Closed 11 years ago
#2165 closed enhancement (fixed)
mpls <> title mapping during 'identify'
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | HEAD | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description (last modified by )
it would be nice (and helpful) if mplayer could not only output the
ID_BLURAY_TITLE_, but also the mapping mpls file when called with '-identify'.
Not totally sure, but from the looks of it this could be simply done, by adding:
mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_BLURAY_TITLE_%d_PLAYLIST=%d\n", i + 1, ti->playlist);
to the stream_bluray.cs in line 322.
this would be useful to know the mpls which maps to a selected title when combining different tools during processing.
Cu Selur
Change History (1)
comment:1 by , 11 years ago
Analyzed by developer: | unset |
---|---|
Description: | modified (diff) |
Reproduced by developer: | unset |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Implemented in r36902