Skip to content

Instantly share code, notes, and snippets.

typedef struct AVDRMLayerDescriptor {
/**
* Format of the layer (DRM_FORMAT_*).
*
* Note that this can be a multiple-plane format such as NV12:
* if so, this structure is only describes one plane of the
* image.
*/
uint32_t format;
struct {
int nb_layers
struct {
uint_32 format;
uint64_t format_modifier;
int fd;
struct {
ptrdiff_t offsets[];
# This is the CMakeCache file.
# For build in directory: /Users/LongChair/Documents/GitHub/plexinc/plex-conan/packages/plexmediaplayer-qt/test_package
# It was generated by CMake: /usr/local/Cellar/cmake/3.7.2/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.