You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
hwcontext_drm: Clarify value for unknown format modifiers
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user