diff --git a/src/Video/VideoAV1.cs b/src/Video/VideoAV1.cs index 2f485a5..38aebee 100644 --- a/src/Video/VideoAV1.cs +++ b/src/Video/VideoAV1.cs @@ -3,6 +3,9 @@ using System.IO; namespace MoonWorks.Video { + /// + /// This class takes in a filename for AV1 data in .obu (open bitstream unit) format + /// public unsafe class VideoAV1 { public string Filename { get; }