[vlc-commits] picture: add opaque vlc_video_context

Thomas Guillem git at videolan.org
Tue Nov 27 15:49:21 CET 2018


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

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=f8d57c99bccc3bd0d03569aa6cb7bfb12f7fdd3e
---

 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