|
FFmpeg
|
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. | |
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.
| int AVDRMLayerDescriptor::nb_planes |
Number of planes in the layer.
This must match the number of planes required by format.
1.8.12