Skip to content

Commit

Permalink
options: add "service_name" as display tag.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
olifre authored and wm4 committed Jan 13, 2016
1 parent 0c9b655 commit 8128b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
};
Expand Down

0 comments on commit 8128b7c

Please sign in to comment.