Commit 5ddb4ea1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

input: deprecate p_access (refs #8414)

parent 5426d426
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
typedef struct typedef struct
{ {
/* Access/Stream/Demux plugins */ /* Access/Stream/Demux plugins */
access_t *p_access; access_t *p_access VLC_DEPRECATED;
stream_t *p_stream; stream_t *p_stream;
demux_t *p_demux; demux_t *p_demux;
......
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