Commit 4700e75f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

input: deprecate input_source_t.p_stream (refs #8455)

parent d4edc872
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
typedef struct typedef struct
{ {
/* Access/Stream/Demux plugins */ /* Access/Stream/Demux plugins */
stream_t *p_stream; stream_t *p_stream VLC_DEPRECATED;
demux_t *p_demux; demux_t *p_demux;
/* Title infos for that input */ /* Title infos for that input */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment