]> granicus.if.org Git - handbrake/commitdiff
LinGui: Fix preset import of new framerates
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 17 Jul 2012 17:40:33 +0000 (17:40 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 17 Jul 2012 17:40:33 +0000 (17:40 +0000)
Fixes AppleTV 3 preset

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4858 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/presets.c

index cc2f23e8a497bcee61c0ec235f056d9e4a3e05dc..ffb6cc32d74cfb87c4bb70d48359bab333a3dc82 100644 (file)
@@ -2049,6 +2049,10 @@ value_map_t framerate_xlat[] =
        {"24", "24"},
        {"25 (PAL Film/Video)", "25"},
        {"29.97 (NTSC Video)", "29.97"},
+       {"30", "30"},
+       {"50", "50"},
+       {"59.94", "59.94"},
+       {"60", "60"},
        {NULL, NULL}
 };