Merge pull request #6231 from mvji/prores_pix_fmt

Add support for GPU conversion of YUV422P10LE, YUV444P12LE, YUVA444P12LE
This commit is contained in:
Jim
2022-05-04 02:01:27 -07:00
committed by GitHub
13 changed files with 304 additions and 10 deletions

View File

@@ -379,6 +379,9 @@ static bool obs_init_textures(struct obs_video_info *ovi)
switch (ovi->output_format) {
case VIDEO_FORMAT_I010:
case VIDEO_FORMAT_P010:
case VIDEO_FORMAT_I210:
case VIDEO_FORMAT_I412:
case VIDEO_FORMAT_YA2L:
format = GS_RGBA16F;
}