comparison src/audacious/plugin.h @ 3160:03ff51c6412f trunk

__AUDACIOUS_PLUGIN_API__ is now 3.
author William Pitcock <nenolod@atheme-project.org>
date Tue, 24 Jul 2007 13:17:23 -0500
parents 84c44d369969
children 1596dcb77acd
comparison
equal deleted inserted replaced
3159:a2d552ea48f0 3160:03ff51c6412f
48 #define VIS_PLUGIN(x) ((VisPlugin *)(x)) 48 #define VIS_PLUGIN(x) ((VisPlugin *)(x))
49 49
50 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x)) 50 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x))
51 51
52 #define __AUDACIOUS_NEWVFS__ 52 #define __AUDACIOUS_NEWVFS__
53 #define __AUDACIOUS_PLUGIN_API__ 2 53 #define __AUDACIOUS_PLUGIN_API__ 3
54 #define __AUDACIOUS_INPUT_PLUGIN_API__ 3 54 #define __AUDACIOUS_INPUT_PLUGIN_API__ 4
55 55
56 typedef enum { 56 typedef enum {
57 FMT_U8, 57 FMT_U8,
58 FMT_S8, 58 FMT_S8,
59 FMT_U16_LE, 59 FMT_U16_LE,