]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix an issue where TrueHD and Flac passthru showed up for MP4 files. Fixes...
authorsr55 <sr55.hb@outlook.com>
Fri, 12 Jan 2018 21:59:44 +0000 (21:59 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 12 Jan 2018 21:59:44 +0000 (21:59 +0000)
win/CS/HandBrakeWPF/Converters/Audio/AudioEncoderConverter.cs

index 4c3bd59b5810b66b3850b43749c0dfcb2f7ef4ee..f763512250ca8cfc7dc2f4724599ade9332a7e2b 100644 (file)
@@ -71,6 +71,9 @@ namespace HandBrakeWPF.Converters.Audio
                     encoders.Remove(AudioEncoder.ffflac24);\r
                     encoders.Remove(AudioEncoder.FlacPassthru);\r
                     encoders.Remove(AudioEncoder.Opus);\r
+\r
+                    encoders.Remove(AudioEncoder.TrueHDPassthrough);\r
+                    encoders.Remove(AudioEncoder.FlacPassthru);\r
                 }\r
 \r
                 // Hide the Passthru options and show the "None" option\r