comparison src/flacng/flacng.h @ 3027:3b200cf6d1b7

Support comment tag in FLAC files. By Brent Towe, resolves bug #4.
author Tony Vroon <chainsaw@gentoo.org>
date Fri, 10 Apr 2009 00:30:15 +0100
parents 3134a0987162
children
comparison
equal deleted inserted replaced
3026:d49fca0fc7fd 3027:3b200cf6d1b7
63 gchar* album; 63 gchar* album;
64 gchar* title; 64 gchar* title;
65 gchar* tracknumber; 65 gchar* tracknumber;
66 gchar* genre; 66 gchar* genre;
67 gchar* date; 67 gchar* date;
68 gchar* comment;
68 }; 69 };
69 70
70 /* 71 /*
71 * Replaygain information, from the metadata 72 * Replaygain information, from the metadata
72 */ 73 */