17 lines
238 B
C#
17 lines
238 B
C#
namespace FFmpeg.AutoGen;
|
|
|
|
public struct AVPanScan
|
|
{
|
|
public int id;
|
|
|
|
public int width;
|
|
|
|
public int height;
|
|
|
|
public unsafe fixed short position0[2];
|
|
|
|
public unsafe fixed short position1[2];
|
|
|
|
public unsafe fixed short position2[2];
|
|
}
|