mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-22 14:41:08 +00:00
9 lines
154 B
C#
9 lines
154 B
C#
namespace Ryujinx.Graphics.Nvdec.FFmpeg.Native
|
|
{
|
|
public struct AVRational
|
|
{
|
|
public int Numerator;
|
|
public int Denominator;
|
|
}
|
|
}
|