diff options
author | jstebbins <[email protected]> | 2011-07-24 16:29:42 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-07-24 16:29:42 +0000 |
commit | 4f0cc8d541dc2972a096b5294383b4656b5d550d (patch) | |
tree | 55a0d12b035766f20e67e0fdf2fdcc2e8f2fb6f3 /gtk | |
parent | 0fdec2543303f9419af6ccfaad41266b1dc38953 (diff) |
Update built-in presets and manicure to use mixdown "None" for passthru
Thanks to Rodeo for patch
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4134 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/standard_presets.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/src/standard_presets.xml b/gtk/src/standard_presets.xml index 889173769..42bec2cd8 100644 --- a/gtk/src/standard_presets.xml +++ b/gtk/src/standard_presets.xml @@ -28,7 +28,7 @@ <key>AudioEncoder</key> <string>AC3 Passthru</string> <key>AudioMixdown</key> - <string>AC3 Passthru</string> + <string>None</string> <key>AudioSamplerate</key> <string>Auto</string> <key>AudioTrack</key> @@ -471,7 +471,7 @@ <key>AudioEncoder</key> <string>AC3 Passthru</string> <key>AudioMixdown</key> - <string>AC3 Passthru</string> + <string>None</string> <key>AudioSamplerate</key> <string>Auto</string> <key>AudioTrack</key> @@ -572,7 +572,7 @@ <key>AudioEncoder</key> <string>AC3 Passthru</string> <key>AudioMixdown</key> - <string>AC3 Passthru</string> + <string>None</string> <key>AudioSamplerate</key> <string>Auto</string> <key>AudioTrack</key> @@ -947,7 +947,7 @@ <key>AudioEncoder</key> <string>AC3 Passthru</string> <key>AudioMixdown</key> - <string>AC3 Passthru</string> + <string>None</string> <key>AudioSamplerate</key> <string>Auto</string> <key>AudioTrack</key> |