mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
vaapi: replace VA_STR_FOURCC
This commit is contained in:
@@ -104,7 +104,7 @@ static void va_get_formats(struct mp_vaapi_ctx *ctx)
|
||||
return;
|
||||
MP_VERBOSE(ctx, "%d image formats available:\n", formats->num);
|
||||
for (int i = 0; i < formats->num; i++)
|
||||
MP_VERBOSE(ctx, " %s\n", VA_STR_FOURCC(formats->entries[i].fourcc));
|
||||
MP_VERBOSE(ctx, " %s\n", mp_tag_str(formats->entries[i].fourcc));
|
||||
ctx->image_formats = formats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user