Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Tooltip for secondary WEBM property in profile.c.
  • Loading branch information
Mark Clarkstone authored and perexg committed Jan 20, 2016
1 parent b005e32 commit 86785ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/profile.c
Expand Up @@ -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,
Expand Down

0 comments on commit 86785ca

Please sign in to comment.