From 8128b7c8e2eac5bdef0891857528bed7d8d9ba16 Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Wed, 13 Jan 2016 01:48:01 +0100 Subject: 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. --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, }; -- cgit v1.2.3