[vlc-devel] [PATCH 1/2] Add a file extension dynamic manager to libvlc.

ßєŋ sashipa.ben at gmail.com
Mon Mar 2 15:45:55 CET 2009


>
> So, every demuxer will be able to add extensions?
> How would this be cached?
>

Every demuxer should be able to add extensions in the future.
Currently all you have to do is to call fileext_Add() in the module
init code. Caching is not implemented yet. For what I have seen it
should not be to difficult to add a string with a list of extension to
the module cache. I'll be glad to work on it as soon as we get a
agreement for this part.

> Btw, why using #define instead of enum?
>

No particular reason.


-- 
B.



More information about the vlc-devel mailing list