Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update profile.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent 5585e51 commit 73a0450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/profile.c
Expand Up @@ -1532,7 +1532,7 @@ const idclass_t profile_transcode_class =
{
.type = PT_STR,
.id = "vcodec",
.name = N_("Video Codec"),
.name = N_("Video codec"),
.off = offsetof(profile_transcode_t, pro_vcodec),
.def.s = "libx264",
.list = profile_class_vcodec_list,
Expand All @@ -1547,7 +1547,7 @@ const idclass_t profile_transcode_class =
{
.type = PT_STR,
.id = "acodec",
.name = N_("Audio Codec"),
.name = N_("Audio codec"),
.off = offsetof(profile_transcode_t, pro_acodec),
.def.s = "libvorbis",
.list = profile_class_acodec_list,
Expand Down

0 comments on commit 73a0450

Please sign in to comment.