[MPlayer-dev-eng] [PATCH] allow using commas in list options

Ivan Kalvachev ikalvachev at gmail.com
Wed Feb 7 19:31:23 CET 2007


2007/2/7, Gene Pavlovsky <heilong at bluebottle.com>:
> Hey, guys!
>
> I'm new to this list; my previous e-mail about this patch got ignored. Did I do smth wrong?
>
> Here's a patch against MPlayer-1.0rc1 to fix this bug
> http://bugzilla.mplayerhq.hu/show_bug.cgi?id=378
> With the current version of mplayer, it's not possible to output files (-ao
> pcm:file=filename) containing commas, because mplayer's option parser strips
> the commas away. This patch makes it possible to produce files with commas by
> escaping (backslashing) the commas in the filename.
>
> # mplayer 01-a,b.mp3 -ao pcm:file='01-a\,b.wav'

How does it work under windows?
You know, they use that backslash as directory separator.



More information about the MPlayer-dev-eng mailing list