Skip to content

Commit

Permalink
Update EncoderValidator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiume authored and JustAMan committed May 26, 2020
1 parent abc7558 commit 3c82379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public class EncoderValidator
"mpeg2_videotoolbox",
"mpeg4_videotoolbox",
"vp8_videotoolbox",
"vp9_videotoolbox"
"vp9_videotoolbox",
"vc1_videotoolbox"
};

private static readonly string[] requiredEncoders = new[]
Expand Down

0 comments on commit 3c82379

Please sign in to comment.