]> granicus.if.org Git - handbrake/commitdiff
WinGui: Remove E-AC3 Passthru for MP4.
authorsr55 <sr55.hb@outlook.com>
Fri, 12 Jan 2018 22:00:55 +0000 (22:00 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 12 Jan 2018 22:00:55 +0000 (22:00 +0000)
win/CS/HandBrakeWPF/Converters/Audio/AudioEncoderConverter.cs

index f763512250ca8cfc7dc2f4724599ade9332a7e2b..6db66b00149d82e32bdf645538cd6f24f7e7b0c1 100644 (file)
@@ -74,6 +74,7 @@ namespace HandBrakeWPF.Converters.Audio
 \r
                     encoders.Remove(AudioEncoder.TrueHDPassthrough);\r
                     encoders.Remove(AudioEncoder.FlacPassthru);\r
+                    encoders.Remove(AudioEncoder.EAc3Passthrough);\r
                 }\r
 \r
                 // Hide the Passthru options and show the "None" option\r