From b2149f7fe102f7d00beb2051e179160e47cbcbc6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 21 Jan 2015 22:12:30 +0100 Subject: vaapi: minor simplification --- video/vaapi.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'video/vaapi.h') diff --git a/video/vaapi.h b/video/vaapi.h index 86a9919e27..8a6ba766e5 100644 --- a/video/vaapi.h +++ b/video/vaapi.h @@ -83,8 +83,6 @@ struct mp_vaapi_ctx { pthread_mutex_t lock; }; -struct va_image_formats; - bool check_va_status(struct mp_log *log, VAStatus status, const char *msg); #define CHECK_VA_STATUS(ctx, msg) check_va_status((ctx)->log, status, msg) @@ -99,7 +97,7 @@ void va_destroy(struct mp_vaapi_ctx *ctx); enum mp_imgfmt va_fourcc_to_imgfmt(uint32_t fourcc); uint32_t va_fourcc_from_imgfmt(int imgfmt); -VAImageFormat * va_image_format_from_imgfmt(const struct va_image_formats *formats, int imgfmt); +VAImageFormat * va_image_format_from_imgfmt(struct mp_vaapi_ctx *ctx, int imgfmt); bool va_image_map(struct mp_vaapi_ctx *ctx, VAImage *image, struct mp_image *mpi); bool va_image_unmap(struct mp_vaapi_ctx *ctx, VAImage *image); -- cgit v1.2.3