[vlc-devel] support for embedded album art in taglib
Rafaël Carré
funman at videolan.org
Mon Oct 1 17:37:56 CEST 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I started some work to support embedded album art in taglib module.
I want to do that in the "meta reader" part, but i'm not able to store
attachments to the input, since it's a private element.
For flac files that operation is done directly in the demuxer.
So I don't know what is the correct way to go:
* Make attachments a public member of input_thread_t, but I suppose they
are private for a good reason.
* Create a special struct { vlc_meta_t; int; input_attachment_t**; }
that is returned by "meta reader" to the demuxer.
That way we would have to modify every demuxer, even the one not able to
handle attachments.
* Read the images directly from the demuxer, but that's easier to use
taglib to do that.
* Other?
Thanks for your enlightenment.
- --
Rafaël Carré
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHARRUYWCeGMCv8Q8RAok6AJ95lB086LocD63DRJEglFLSyUmQ+QCgjYDn
EIonzrOjYOAJqgCjyDcMnS8=
=Dq/c
-----END PGP SIGNATURE-----
More information about the vlc-devel
mailing list