init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace FFmpeg.AutoGen;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 1)]
|
||||
public struct MpegEncContext
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user