Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: modify resolution label for transcoding to 'resolution (heig…
…ht)'
  • Loading branch information
perexg committed Sep 22, 2015
1 parent 97d4766 commit b956daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Expand Up @@ -1510,7 +1510,7 @@ const idclass_t profile_transcode_class =
{
.type = PT_U32,
.id = "resolution",
.name = N_("Resolution"),
.name = N_("Resolution (height)"),
.off = offsetof(profile_transcode_t, pro_resolution),
.def.u32 = 384,
},
Expand Down

0 comments on commit b956daf

Please sign in to comment.