FFmpeg
Public Attributes | List of all members
AVDRMLayerDescriptor Struct Reference

DRM layer descriptor. More...

#include <hwcontext_drm.h>

Public Attributes

uint32_t format
 Format of the layer (DRM_FORMAT_*).
 
int nb_planes
 Number of planes in the layer. More...
 
AVDRMPlaneDescriptor planes [AV_DRM_MAX_PLANES]
 Array of planes in this layer.
 

Detailed Description

DRM layer descriptor.

Describes a single layer within a frame. This has the structure defined by its format, and will contain one or more planes.

Member Data Documentation

§ nb_planes

int AVDRMLayerDescriptor::nb_planes

Number of planes in the layer.

This must match the number of planes required by format.


The documentation for this struct was generated from the following file: