From c1fae8b4333d92726a8cd43975d380a95b9d4776 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 7 Jun 2023 14:12:13 -0700 Subject: [PATCH] Note about VideoAV1 format --- src/Video/VideoAV1.cs | 3 +++ 1 file changed, 3 insertions(+) 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; }