init commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace FFmpeg.AutoGen;
|
||||
|
||||
public struct AVFifoBuffer
|
||||
{
|
||||
public unsafe sbyte* buffer;
|
||||
|
||||
public unsafe sbyte* rptr;
|
||||
|
||||
public unsafe sbyte* wptr;
|
||||
|
||||
public unsafe sbyte* end;
|
||||
|
||||
public uint rndx;
|
||||
|
||||
public uint wndx;
|
||||
}
|
||||
Reference in New Issue
Block a user