summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-08-01 16:09:51 +0000
committerjstebbins <[email protected]>2009-08-01 16:09:51 +0000
commite78cc9a5720b7019d5663cb6c4e0696cb0421662 (patch)
treef5c870e657e1598d3900475ab590e3bf0134bf0d /gtk/src/hb-backend.c
parentd55b8f438a3607993492e718a6cf2e7f255bb453 (diff)
LinGui: accomodate new x264 defaults
- presets updated so that they behave as they did before defaults change - added subme 10 option git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2743 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r--gtk/src/hb-backend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 4aa1351a8..65f553f47 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -300,6 +300,7 @@ static options_map_t d_subme_opts[] =
{"7", "7", 7, "7"},
{"8", "8", 8, "8"},
{"9", "9", 9, "9"},
+ {"10", "10", 10, "10"},
};
combo_opts_t subme_opts =
{