mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-08 01:17:17 +00:00
* Support NVDEC H264 interlaced video decoding and VIC deinterlacing * Remove unused code
8 lines
115 B
C#
8 lines
115 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public enum FrameField
|
|
{
|
|
Progressive,
|
|
Interlaced
|
|
}
|
|
} |