Mercurial > mplayer.hg
view libao2/audio_plugin_internal.h @ 13772:2f12bac746ab
1.147: skipped, typo was fixed earlier
1.148: printf --> mp_msg (divx4_vbr.c, fifo.c, m_config.c)
1.149: skipped, typo was fixed earlier
1.150: no changes done (trailing dots already existed.)
File is in sync now.
author | kraymer |
---|---|
date | Tue, 26 Oct 2004 16:10:16 +0000 |
parents | 12b1790038b0 |
children |
line wrap: on
line source
// prototypes: static int control(int cmd, void *arg); static int init(); static void uninit(); static void reset(); static int play(); #define LIBAO_PLUGIN_EXTERN(x) ao_plugin_functions_t audio_plugin_##x =\ {\ &info,\ control,\ init,\ uninit,\ reset,\ play,\ };