11 lines
145 B
C#
11 lines
145 B
C#
namespace FFmpeg.AutoGen;
|
|
|
|
public struct AVPacketSideData
|
|
{
|
|
public unsafe sbyte* data;
|
|
|
|
public int size;
|
|
|
|
public AVPacketSideDataType type;
|
|
}
|