[vlc-devel] [PATCH 1/2] missing: Fix sout_StreamChainNew prototype
Steve Lhomme
robux4 at ycbcr.xyz
Tue Nov 24 10:30:54 CET 2020
LGTM
On 2020-11-24 10:24, Hugo Beauzée-Luyssen wrote:
> ---
> 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)
> {
> --
> 2.29.2
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
More information about the vlc-devel
mailing list