hwcontext_drm: Clarify value for unknown format modifiers

pull/283/head
Mark Thompson 7 years ago
parent 6135c958cd
commit f86e8c91d0
  1. 3
      libavutil/hwcontext_drm.h

@ -58,6 +58,9 @@ typedef struct AVDRMObjectDescriptor {
size_t size;
/**
* Format modifier applied to the object (DRM_FORMAT_MOD_*).
*
* If the format modifier is unknown then this should be set to
* DRM_FORMAT_MOD_INVALID.
*/
uint64_t format_modifier;
} AVDRMObjectDescriptor;

Loading…
Cancel
Save