mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 18:45:25 +00:00
options: add "service_name" as display tag.
This is labeled as "name of the service in broadcasting (channel name)" and exported as a generic tag by avformat-demuxers, notably lavf when handling mpegts-streams from DVB.
This commit is contained in:
parent
0c9b655477
commit
8128b7c8e2
@ -825,7 +825,7 @@ const struct MPOpts mp_default_opts = {
|
||||
|
||||
.display_tags = (char **)(const char*[]){
|
||||
"Artist", "Album", "Album_Artist", "Comment", "Composer", "Genre",
|
||||
"Performer", "Title", "Track", "icy-title",
|
||||
"Performer", "Title", "Track", "icy-title", "service_name",
|
||||
NULL
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user