]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
* stream_output.h: removed sout_buffer_t and use block_t instead.
[vlc] / include / vlc_common.h
index 1ca86bdfa81527b57b61ed069f67dfcbcc6dc8e4..e61ab6946d9827de78c1b8aa5e6ef2753cd7513f 100644 (file)
@@ -266,10 +266,8 @@ typedef struct text_style_t text_style_t;
 
 /* Stream output */
 typedef struct sout_instance_t sout_instance_t;
-typedef struct sout_fifo_t sout_fifo_t;
 typedef struct sout_input_t sout_input_t;
 typedef struct sout_packetizer_input_t sout_packetizer_input_t;
-typedef struct sout_buffer_t sout_buffer_t;
 typedef struct sout_access_out_t sout_access_out_t;
 typedef struct sout_mux_t sout_mux_t;
 typedef struct sout_stream_t    sout_stream_t;