mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
taglib_file_audioproperties returns const
git-svn-id: https://svn.xiph.org/trunk/ezstream@12714 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
a25656392e
commit
6a40d2f7a5
@ -91,10 +91,10 @@ void
|
||||
metadata_use_taglib(metadata_t *md, FILE **filep)
|
||||
#ifdef HAVE_TAGLIB
|
||||
{
|
||||
TagLib_File *tf;
|
||||
TagLib_Tag *tt;
|
||||
TagLib_AudioProperties *ta;
|
||||
char *str;
|
||||
TagLib_File *tf;
|
||||
TagLib_Tag *tt;
|
||||
const TagLib_AudioProperties *ta;
|
||||
char *str;
|
||||
|
||||
if (md == NULL || md->filename == NULL) {
|
||||
printf("%s: metadata_use_taglib(): Internal error: Bad arguments\n",
|
||||
|
Loading…
Reference in New Issue
Block a user