[Mplayer-cvslog] CVS: main/libmpdemux demux_mkv.c,1.9,1.10

attila attila at pai.kinali.ch
Sat Jul 17 04:16:22 CEST 2004


Moin,

On Thu, Mar 18, 2004 at 09:37:24AM +0100, Moritz Bunkus CVS wrote:
> CVS change done by Moritz Bunkus CVS
> 
> Update of /cvsroot/mplayer/main/libmpdemux
> In directory mail:/var2/tmp/cvs-serv3236
> 
> Modified Files:
> 	demux_mkv.c 
> Log Message:
> Parse comma separated language lists instead of comparing the complete language string. Patch by Loren Merritt <lorenm at u dot washington dot edu>
> +  language += strspn(language,",");
> +  while((len = strcspn(language,",")) > 0)

Wouldnt it be better to do here a case insensitive search ?
IMHO it would be far more dwimy beside that one didnt
need to care about whether the lang code in the file
was upper or lower case.


			Attila Kinali




More information about the MPlayer-cvslog mailing list