[xiph-commits] r12714 - trunk/ezstream/src
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Mar 10 15:28:15 PST 2007
Author: moritz
Date: 2007-03-10 15:28:13 -0800 (Sat, 10 Mar 2007)
New Revision: 12714
Modified:
trunk/ezstream/src/metadata.c
Log:
taglib_file_audioproperties returns const
Modified: trunk/ezstream/src/metadata.c
===================================================================
--- trunk/ezstream/src/metadata.c 2007-03-10 22:44:02 UTC (rev 12713)
+++ trunk/ezstream/src/metadata.c 2007-03-10 23:28:13 UTC (rev 12714)
@@ -91,10 +91,10 @@
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",
More information about the commits
mailing list