From cfcee4cfe70536faeb9f2aaa87257d067e902b70 Mon Sep 17 00:00:00 2001 From: Lionel CHAZALLON Date: Mon, 23 Oct 2017 08:51:49 -0700 Subject: Add DRM_PRIME Format Handling and Display for RockChip MPP decoders This commit allows to use the AV_PIX_FMT_DRM_PRIME newly introduced format in ffmpeg that allows decoders to provide an AVDRMFrameDescriptor struct. That struct holds dmabuf fds and information allowing zerocopy rendering using KMS / DRM Atomic. This has been tested on RockChip ROCK64 device. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index e56ed7d619..008111ade3 100644 --- a/options/options.h +++ b/options/options.h @@ -57,6 +57,7 @@ typedef struct mp_vo_opts { // vo_drm char *drm_connector_spec; int drm_mode_id; + int drm_overlay_id; } mp_vo_opts; struct mp_cache_opts { -- cgit v1.2.3