9 lines
91 B
C#
9 lines
91 B
C#
namespace FFmpeg.AutoGen;
|
|
|
|
public struct AVRational
|
|
{
|
|
public int num;
|
|
|
|
public int den;
|
|
}
|