]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Tooltips: Tooltip for secondary WEBM property in profile.c.
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sat, 9 Jan 2016 14:53:00 +0000 (14:53 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 20 Jan 2016 13:02:55 +0000 (14:02 +0100)
src/profile.c

index eae02d4df2a336879469cf0148c3a9fc6c132bc4..ae4119b2e150542c855cdda489e1ad998529d066 100644 (file)
@@ -1361,6 +1361,7 @@ const idclass_t profile_libav_matroska_class =
       .type     = PT_BOOL,
       .id       = "webm",
       .name     = N_("WEBM"),
+      .desc     = N_("Use WEBM format."),
       .off      = offsetof(profile_libav_matroska_t, pro_webm),
       .opts     = PO_ADVANCED,
       .def.i    = 0,