9 lines
106 B
C#
9 lines
106 B
C#
namespace FFmpeg.AutoGen;
|
|
|
|
public struct SwsVector
|
|
{
|
|
public unsafe double* coeff;
|
|
|
|
public int length;
|
|
}
|