]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
transcoding: Remove redundant double default definition
authorJoakim Gissberg <joakim@gissberg.nu>
Tue, 28 Oct 2014 21:31:35 +0000 (22:31 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 13 Jan 2015 17:51:33 +0000 (18:51 +0100)
src/profile.c

index 52ed730b94f56020cb156ff86ee23ce60c51433f..eadd941da4ebacd078b8ec7e56e43d83a118d34c 100644 (file)
@@ -1523,7 +1523,6 @@ profile_init(void)
     htsmsg_add_u32 (conf, "resolution", 384);
     htsmsg_add_u32 (conf, "channels", 2);
     htsmsg_add_str (conf, "vcodec", "libvpx");
-    htsmsg_add_str (conf, "vbitrate", 0);
     htsmsg_add_str (conf, "acodec", "libvorbis");
     htsmsg_add_bool(conf, "shield", 1);
     (void)profile_create(NULL, conf, 1);
@@ -1543,7 +1542,6 @@ profile_init(void)
     htsmsg_add_u32 (conf, "resolution", 384);
     htsmsg_add_u32 (conf, "channels", 2);
     htsmsg_add_str (conf, "vcodec", "libx264");
-    htsmsg_add_str (conf, "vbitrate", 0);
     htsmsg_add_str (conf, "acodec", "aac");
     htsmsg_add_bool(conf, "shield", 1);
     (void)profile_create(NULL, conf, 1);
@@ -1563,7 +1561,6 @@ profile_init(void)
     htsmsg_add_u32 (conf, "resolution", 384);
     htsmsg_add_u32 (conf, "channels", 2);
     htsmsg_add_str (conf, "vcodec", "libx264");
-    htsmsg_add_str (conf, "vbitrate", 0);
     htsmsg_add_str (conf, "acodec", "aac");
     htsmsg_add_bool(conf, "shield", 1);
     (void)profile_create(NULL, conf, 1);