[vlc-devel] commit: asf.c: allow adding tracks on-fly when doing normal asf muxing ( Ilkka Ollakka )

Rémi Denis-Courmont remi at remlab.net
Tue Oct 6 22:00:04 CEST 2009


Le mardi 6 octobre 2009 22:42:21 git version control, vous avez écrit :
> vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Wed Sep 30
>  16:31:56 2009 +0300| [a04ff28bae43b4cb37c60789de568a55c4a7be5b] |
>  committer: Ilkka Ollakka
> 
> asf.c: allow adding tracks on-fly when doing normal asf muxing
> 
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a04ff28bae43b4cb37
> >c60789de568a55c4a7be5b
> 
> ---
> 
>  modules/mux/asf.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/modules/mux/asf.c b/modules/mux/asf.c
> index cd8c8b4..86adb0f 100644
> --- a/modules/mux/asf.c
> +++ b/modules/mux/asf.c
> @@ -326,7 +326,7 @@ static int Control( sout_mux_t *p_mux, int i_query,
>  va_list args ) case MUX_CAN_ADD_STREAM_WHILE_MUXING:
>             pb_bool = (bool*)va_arg( args, bool * );
>             if( p_sys->b_asf_http ) *pb_bool = true;
> -           else *pb_bool = false;
> +           else *pb_bool = true;

"if (a) b; else b;"... well...

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list