[vlc-devel] [PATCH] Fix bad type for stream index

David Glaude david.glaude at gmail.com
Mon Aug 5 16:35:24 CEST 2013


Dear,

I would like to test this bug fix that should solve the problem of more
than 8 langages out of multi-audio stream with 24 audios.
I am trying to find out starting from wich official version of VLC and/or
wich nightly build of VLC this patch is integrated.
Is it already inside 2.0.8?
Will it be in 2.1.0 or in 2.2.0 and then I assume it is in any nightly
build starting from the 3/07/2013?

Thanks

David Glaude
2013/7/2 Rafaël Carré <funman at videolan.org>

> Le 01/07/2013 14:47, Elodie Thomann a écrit :
> > ---
> >  modules/access/mms/mmsh.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/modules/access/mms/mmsh.c b/modules/access/mms/mmsh.c
> > index 2a2e85e..2a36670 100644
> > --- a/modules/access/mms/mmsh.c
> > +++ b/modules/access/mms/mmsh.c
> > @@ -824,7 +824,7 @@ static int Start( access_t *p_access, uint64_t i_pos
> )
> >                  i_select = 0;
> >              }
> >              net_Printf( p_access, p_sys->fd, NULL,
> > -                        "ffff:%d:%d ", i, i_select );
> > +                        "ffff:%x:%d ", i, i_select );
> >          }
> >      }
> >      net_Printf( p_access, p_sys->fd, NULL, "\r\n" );
> >
>
> Applied, thanks.
>  _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130805/7a2f33b9/attachment.html>


More information about the vlc-devel mailing list