Dont copy codec

This commit is contained in:
Kieran 2023-01-26 14:20:10 +00:00
parent b3be59aec6
commit dc0199a3d6
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -34,7 +34,6 @@ public class StripMetadata
.OutputToFile(output, true, o => .OutputToFile(output, true, o =>
{ {
o.WithoutMetadata(); o.WithoutMetadata();
o.CopyChannel();
}) })
.CancellableThrough(cts); .CancellableThrough(cts);