Mercurial > audlegacy-plugins
view src/scrobbler/configure.h @ 2688:17da667fb14d
A completely rewritten approach for probing MPEG Audio files, using a
state-machine based validifier with semi-smart buffer management and
re-synchronization.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Fri, 06 Jun 2008 13:40:13 +0300 |
parents | 224727e6c73d |
children |
line wrap: on
line source
#ifndef _CONFIGURE_H_ #define _CONFIGURE_H_ GtkWidget* create_cfgdlg (void); void configure_cleanup(void); #endif