vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Apr 19 14:25:21 2020 +0300| [ca3b0ed9a8340e49ca1527ecdbb4f192531fce92] | committer: Rémi Denis-Courmont
autodel: remove stray declarations > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ca3b0ed9a8340e49ca1527ecdbb4f192531fce92 --- modules/stream_out/autodel.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/stream_out/autodel.c b/modules/stream_out/autodel.c index 2fec6ab0ed..82b9845746 100644 --- a/modules/stream_out/autodel.c +++ b/modules/stream_out/autodel.c @@ -33,10 +33,6 @@ #include <vlc_sout.h> #include <vlc_block.h> -static void *Add( sout_stream_t *, const es_format_t * ); -static void Del( sout_stream_t *, void * ); -static int Send( sout_stream_t *, void *, block_t * ); - typedef struct sout_stream_id_sys_t sout_stream_id_sys_t; struct sout_stream_id_sys_t { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
