1
0
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:
Oliver Freyermuth 2016-01-13 01:48:01 +01:00 committed by wm4
parent 0c9b655477
commit 8128b7c8e2

View File

@ -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
},
};