]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: modify resolution label for transcoding to 'resolution (height)'
authorJaroslav Kysela <perex@perex.cz>
Tue, 22 Sep 2015 14:29:25 +0000 (16:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 29 Sep 2015 06:26:58 +0000 (08:26 +0200)
src/profile.c

index e93d1196ac61abb2444f4a9656dc368f4a003647..8d56af306207e8e59c4cfd99129388a839584bfa 100644 (file)
@@ -1490,7 +1490,7 @@ const idclass_t profile_transcode_class =
     {
       .type     = PT_U32,
       .id       = "resolution",
-      .name     = "Resolution",
+      .name     = "Resolution (height)",
       .off      = offsetof(profile_transcode_t, pro_resolution),
       .def.u32  = 384,
     },