Skip to content

Commit

Permalink
Fix platform string.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Aug 17, 2021
1 parent 07c91c0 commit 6341b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VideoToolbox/VTVideoEncoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static public VTVideoEncoder [] GetEncoderList ()
#else
[UnsupportedOSPlatform ("ios")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst1515.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[UnsupportedOSPlatform ("macos")]
#endif
public bool SupportsMultiPass { get; private set; }
Expand Down

0 comments on commit 6341b4b

Please sign in to comment.