]> git.sesse.net Git - vlc/blobdiff - include/vlc_sout.h
Added picture_BlendSubpicture helper.
[vlc] / include / vlc_sout.h
index 50704c1343045e89657b5d734e6c3afb429cd7e8..137485679049d7b687c91ad2213ea3f37c25b19e 100644 (file)
@@ -267,6 +267,13 @@ VLC_EXPORT( char *, vlc_sdp_Start, ( vlc_object_t *obj, const char *cfgpref, con
 VLC_EXPORT( char *, sdp_AddMedia, (char **sdp, const char *type, const char *protocol, int dport, unsigned pt, bool bw_indep, unsigned bw, const char *ptname, unsigned clockrate, unsigned channels, const char *fmtp) );
 VLC_EXPORT( char *, sdp_AddAttribute, (char **sdp, const char *name, const char *fmt, ...) LIBVLC_FORMAT( 3, 4 ) );
 
+/** Description module */
+typedef struct sout_description_data_t
+{
+    int i_es;
+    es_format_t **es;
+    vlc_sem_t *sem;
+} sout_description_data_t;
 
 #ifdef __cplusplus
 }