comparison src/audacious/output.c @ 4752:22b7212eb3f9

move FMT_FRACBITS() to plugin.h
author Andrew O. Shadoura <bugzilla@tut.by>
date Wed, 06 Aug 2008 23:04:34 +0300
parents b3e4f5c31546
children f084f639e962
comparison
equal deleted inserted replaced
4751:b87f8c707b7f 4752:22b7212eb3f9
53 53
54 #ifdef USE_SAMPLERATE 54 #ifdef USE_SAMPLERATE
55 # include "src_flow.h" 55 # include "src_flow.h"
56 #endif 56 #endif
57 57
58 #define FMT_FRACBITS(a) ( (a) == FMT_FIXED32 ? __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__ : 0 )
59
60 OutputPluginData op_data = { 58 OutputPluginData op_data = {
61 NULL, 59 NULL,
62 NULL 60 NULL
63 }; 61 };
64 62