[vlc-commits] missing: Fix sout_StreamChainNew prototype
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Wed Nov 25 16:38:33 CET 2020
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Nov 24 10:21:57 2020 +0100| [285b6d53f821a66da6488339ed66ccac67015eba] | committer: Hugo Beauzée-Luyssen
missing: Fix sout_StreamChainNew prototype
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=285b6d53f821a66da6488339ed66ccac67015eba
---
 src/missing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/missing.c b/src/missing.c
index 926ca6efd5..46baa65214 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -157,7 +157,7 @@ noreturn void sout_StreamChainDelete(sout_stream_t *first,
     vlc_assert_unreachable ();
 }
 
-noreturn sout_stream_t *sout_StreamChainNew(sout_instance_t *sout,
+noreturn sout_stream_t *sout_StreamChainNew(vlc_object_t *sout,
                                             const char *chain,
                                             sout_stream_t *next)
 {
    
    
More information about the vlc-commits
mailing list