diff options
author | jstebbins <[email protected]> | 2011-10-22 19:42:16 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-22 19:42:16 +0000 |
commit | 16ab8ff2bf50476537c9755b2c1670cc25da80b6 (patch) | |
tree | 6187b5301f1d7cd4438ed84a8cea625b8dfeedcb /gtk/src/presets.c | |
parent | 0187936a8899237b0310432b23e570f14ef63679 (diff) |
LinGui: add "Fast" decomb option
Adds a fast decomb option that uses the decomb settings that were the
defaults before the introduction of decomb3.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4309 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/presets.c')
-rw-r--r-- | gtk/src/presets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/presets.c b/gtk/src/presets.c index 2f46cda4c..9f83f6d88 100644 --- a/gtk/src/presets.c +++ b/gtk/src/presets.c @@ -2105,6 +2105,7 @@ value_map_t decomb_xlat[] = {"0", "off"}, {"1", "custom"}, {"2", "default"}, + {"3", "fast"}, {NULL, NULL} }; |