[vlc-commits] core: reference device from vlc_video_context

Thomas Guillem git at videolan.org
Sun Feb 24 15:21:39 CET 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Sun Feb 24 15:12:20 2019 +0100| [7043f8649c15705cff70a4f4202aae50eee32532] | committer: Thomas Guillem

core: reference device from vlc_video_context

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

 include/vlc_picture.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/vlc_picture.h b/include/vlc_picture.h
index 95e64ab26d..58aba49445 100644
--- a/include/vlc_picture.h
+++ b/include/vlc_picture.h
@@ -79,7 +79,11 @@ typedef struct picture_buffer_t
     off_t offset;
 } picture_buffer_t;
 
-typedef struct vlc_video_context vlc_video_context;
+typedef struct vlc_decoder_device vlc_decoder_device;
+typedef struct vlc_video_context
+{
+    vlc_decoder_device *device;
+} vlc_video_context;
 
 /**
  * Video picture



More information about the vlc-commits mailing list