1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
icecast-server/src/format_mp3.h
Michael Smith 40444f4178 mp3 metadata work (incomplete)
svn path=/trunk/icecast/; revision=4177
2002-12-30 07:55:56 +00:00

17 lines
248 B
C

/* format_mp3.h
**
** mp3 format plugin
**
*/
#ifndef __FORMAT_MP3_H__
#define __FORMAT_MP3_H__
typedef struct {
char *metadata;
int metadata_age;
} mp3_state;
format_plugin_t *format_mp3_get_plugin(void);
#endif /* __FORMAT_MP3_H__ */