[vlc-devel] [PATCH 2/8] sout: add SOUT_STREAM_ID_SPU_HIGHLIGHT
Francois Cartegnie
fcvlcdev at free.fr
Wed Aug 29 18:27:51 CEST 2018
---
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
--
2.14.4
More information about the vlc-devel
mailing list