X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc_vout.h;h=adab0a665502cdcbc767c1732f2baea7f0d2481e;hb=1fb01424d70e6b99f63d56d5243ef0d6dc458f0d;hp=e0d3ecb8a13e70f05c6892a5a7a17541def3cc8f;hpb=392763317ed9781d7797798c5f1a3f21feb0691e;p=vlc diff --git a/include/vlc_vout.h b/include/vlc_vout.h index e0d3ecb8a1..adab0a6655 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -714,6 +714,8 @@ typedef struct snapshot_t { int i_height; /* In pixels */ int i_datasize; /* In bytes */ mtime_t date; /* Presentation time */ + vlc_cond_t p_condvar; + vlc_mutex_t p_mutex; } snapshot_t; /**@}*/