[vlc-devel] [PATCH 23/24] picture: add opaque vlc_video_context
Thomas Guillem
thomas at gllm.fr
Wed Oct 31 17:50:18 CET 2018
A future context that will be passed to vouts and filters.
---
include/vlc_picture.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/vlc_picture.h b/include/vlc_picture.h
index 6aca13bca0..32c0705017 100644
--- a/include/vlc_picture.h
+++ b/include/vlc_picture.h
@@ -72,6 +72,8 @@ typedef struct picture_buffer_t
off_t offset;
} picture_buffer_t;
+typedef struct vlc_video_context vlc_video_context;
+
/**
* Video picture
*/
--
2.19.1
More information about the vlc-devel
mailing list