]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext_drm.h
avformat: Remove getters and setters
[ffmpeg] / libavutil / hwcontext_drm.h
index 2e225451e1158bac6346dfa690e0a199a6136551..42709f215ef9adc7d5eee2ea2574c198d8171534 100644 (file)
@@ -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;