[Ffmpeg-devel] [PATCH] from DivX, Part 2: Multifile source
John Koleszar
jkoleszar
Thu Jan 26 17:35:26 CET 2006
Diego Biurrun wrote:
> On Thu, Jan 26, 2006 at 12:09:44PM +0100, Erik Slagter wrote:
>
>> So I do think it's an interesting feature, although I'd (also) like to
>> see another another separator, i.e. something like ":" or ";"
>>
>
> ; is also a problem for shells, so : should be preferred.
>
> Diego
>
>
Just to throw another idea out there, you could go to a double character
delimiter like "::" which should be easy to differentiate from the x:\
windows syntax and isn't TOO bad readability/consistency wise. Still
better than parsing and stat()'ing each possible chunk, which seems
like it would be required if you want to use a single delimiter and
allow all possible characters in file names.
John
More information about the ffmpeg-devel
mailing list