namespace FFmpeg.AutoGen; public struct AVRational { public int num; public int den; }