]> git.sesse.net Git - vlc/blobdiff - src/input/input_internal.h
input: remove useless function DecoderFlushBuffering from decoder.c
[vlc] / src / input / input_internal.h
index d26f947ab753325ed4675bdc126f52d23f62b3a1..9f7129480edf7bf4b5dc1dad69178169eababfbb 100644 (file)
@@ -39,9 +39,7 @@
 /* input_source_t: gathers all information per input source */
 typedef struct
 {
-    /* Access/Stream/Demux plugins */
-    stream_t *p_stream;
-    demux_t  *p_demux;
+    demux_t  *p_demux; /**< Demux plugin instance */
 
     /* Title infos for that input */
     bool         b_title_demux; /* Titles/Seekpoints provided by demux */