1402d8391d
* Support NVDEC H264 interlaced video decoding and VIC deinterlacing * Remove unused code
12 lines
No EOL
186 B
C#
12 lines
No EOL
186 B
C#
namespace Ryujinx.Graphics.Vic.Types
|
|
{
|
|
enum DeinterlaceMode
|
|
{
|
|
Weave,
|
|
BobField,
|
|
Bob,
|
|
NewBob,
|
|
Disi1,
|
|
WeaveLumaBobFieldChroma
|
|
}
|
|
} |