Add padding to
struct media_entity_link
struct media_entity_pad
struct media_entity
struct media_device
Signed-off-by: Todor Tomov <ttomov@mm-sol.com>
struct media_entity_pad *sink;
struct media_entity_link *twin;
__u32 flags;
struct media_entity_pad *sink;
struct media_entity_link *twin;
__u32 flags;
};
struct media_entity_pad {
struct media_entity *entity;
__u32 index;
__u32 flags;
};
struct media_entity_pad {
struct media_entity *entity;
__u32 index;
__u32 flags;
char devname[32];
int fd;
char devname[32];
int fd;
};
struct media_device {
int fd;
struct media_entity *entities;
unsigned int entities_count;
};
struct media_device {
int fd;
struct media_entity *entities;
unsigned int entities_count;
};
struct media_device *media_open(const char *name, int verbose);
};
struct media_device *media_open(const char *name, int verbose);