[vlc-commits] picture: add opaque vlc_video_context

Thomas Guillem git at videolan.org
Tue Nov 27 17:24:19 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Sun Oct 28 11:20:49 2018 +0100| [b0aefd620036fcc8d58a0bc53f6b091d23041308] | committer: Thomas Guillem

picture: add opaque vlc_video_context

A future context that will be passed to vouts and filters.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0aefd620036fcc8d58a0bc53f6b091d23041308
---

 include/vlc_picture.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/vlc_picture.h b/include/vlc_picture.h
index 0f34cbb7d4..2216e7072f 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
  */



More information about the vlc-commits mailing list