init commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
namespace FFmpeg.AutoGen;
|
||||
|
||||
public struct AVComponentDescriptor
|
||||
{
|
||||
public int plane;
|
||||
|
||||
public int step;
|
||||
|
||||
public int offset;
|
||||
|
||||
public int shift;
|
||||
|
||||
public int depth;
|
||||
|
||||
public int step_minus1;
|
||||
|
||||
public int depth_minus1;
|
||||
|
||||
public int offset_plus1;
|
||||
}
|
||||
Reference in New Issue
Block a user