summaryrefslogtreecommitdiff
path: root/media.h
diff options
context:
space:
mode:
Diffstat (limited to 'media.h')
-rw-r--r--media.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media.h b/media.h
index c94e60e..f299072 100644
--- a/media.h
+++ b/media.h
@@ -25,6 +25,7 @@
struct media_entity_link {
struct media_entity_pad *source;
struct media_entity_pad *sink;
+ struct media_entity_link *twin;
__u32 flags;
};
@@ -38,6 +39,8 @@ struct media_entity {
struct media_entity_desc info;
struct media_entity_pad *pads;
struct media_entity_link *links;
+ unsigned int max_links;
+ unsigned int num_links;
char devname[32];
int fd;