[vlc-devel] VLC Phonon Backend: some news
Tanguy Krotoff
tkrotoff at gmail.com
Wed Apr 2 09:50:02 CEST 2008
On Wed, Apr 2, 2008 at 9:07 AM, Rafaël Carré <funman at videolan.org> wrote:
> I wondered how fourCCs would be handled in phonon, I have the answer ;)
Very nicely!
bool Backend::supportsFourcc(quint32 fourcc) const {
switch(fourcc) {
case 0x00000000:
return true;
default:
return false;
}
}
Who's going to code a bool libvlc_supports_fourcc(fourcc) and a char *
[] libvlc_get_supported_mimetypes(void)?? HUHU
--
Tanguy Krotoff <tkrotoff at gmail.com>
+33 6 68 42 70 24
More information about the vlc-devel
mailing list