[vlc-commits] sout: add SOUT_STREAM_ID_SPU_HIGHLIGHT

Francois Cartegnie git at videolan.org
Mon Sep 3 23:26:16 CEST 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Aug 29 18:00:10 2018 +0200| [d9c5633492152a67cec18ec3ee3341e8f36c48c5] | committer: Francois Cartegnie

sout: add SOUT_STREAM_ID_SPU_HIGHLIGHT

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

 include/vlc_sout.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/vlc_sout.h b/include/vlc_sout.h
index 214b29ac17..ea4113a79f 100644
--- a/include/vlc_sout.h
+++ b/include/vlc_sout.h
@@ -187,6 +187,7 @@ static inline int sout_MuxControl( sout_mux_t *p_mux, int i_query, ... )
 
 enum sout_stream_query_e {
     SOUT_STREAM_EMPTY,    /* arg1=bool *,       res=can fail (assume true) */
+    SOUT_STREAM_ID_SPU_HIGHLIGHT,  /* arg1=void *, arg2=const vlc_spu_highlight_t *, res=can fail */
 };
 
 struct sout_stream_t



More information about the vlc-commits mailing list