Note about VideoAV1 format

pull/49/head
cosmonaut 2023-06-07 14:12:13 -07:00
parent e1f934d445
commit c1fae8b433
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ using System.IO;
namespace MoonWorks.Video
{
/// <summary>
/// This class takes in a filename for AV1 data in .obu (open bitstream unit) format
/// </summary>
public unsafe class VideoAV1
{
public string Filename { get; }