summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2016-01-13 01:48:01 +0100
committerwm4 <wm4@nowhere>2016-01-14 00:36:53 +0100
commit8128b7c8e2eac5bdef0891857528bed7d8d9ba16 (patch)
tree5e77b458c44fff014e87848bc1658403dbc4e0dd
parent0c9b655477331f9e5cc25bd90b7a3a1a19b43cbc (diff)
downloadmpv-8128b7c8e2eac5bdef0891857528bed7d8d9ba16.tar.bz2
mpv-8128b7c8e2eac5bdef0891857528bed7d8d9ba16.tar.xz
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.
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index 8bf43e8446..791f5beeb5 100644
--- a/options/options.c
+++ b/options/options.c
@@ -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
},
};