From 453ea2cb6c4be5142987e218cee609cca22e48f5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 11 Jan 2016 20:30:36 +0100 Subject: vaapi: replace VA_STR_FOURCC --- video/vaapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/vaapi.c') diff --git a/video/vaapi.c b/video/vaapi.c index 1b4cdf6000..61d94ef156 100644 --- a/video/vaapi.c +++ b/video/vaapi.c @@ -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; } -- cgit v1.2.3