diff options
author | dynaflash <[email protected]> | 2011-07-19 15:28:24 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2011-07-19 15:28:24 +0000 |
commit | 4c30ccadee5199d8c9bd0a4c4d38b50216cac409 (patch) | |
tree | c83e531d15b128b5907ef36ad0083558a50383e2 /gtk | |
parent | af8c57cdd80095f433a25b59194a7d16c9c70d36 (diff) |
MacGUI: Consolidate passthrough mixdowns.
- There's no need for one passthrough mixdown per passthrough codec.
- When using passthru, mixdown is set to "None".
- Patch by Rodeo ... Thanks!
- Fix a bug where we would sometimes attempt to modify a non-mutable NSDictionary, causing a crash.
- Fix by blindjimmy ... Thanks!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4121 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-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 88970fce1..064d27323 100644 --- a/gtk/src/presets.c +++ b/gtk/src/presets.c @@ -2058,6 +2058,7 @@ value_map_t mix_xlat[] = {"AC3 Passthru", "none"}, {"DTS Passthru", "none"}, {"DTS-HD Passthru", "none"}, + {"None", "none"}, {NULL, NULL} }; |