Mercurial > audlegacy-plugins
view src/psf2/eng_protos.h @ 3052:95b34f46a231
Comment out MPEG2/MPEG4 determination using the variable id. It is not used anywhere. Code analysis run, unique ID 6nYoHM.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sat, 18 Apr 2009 19:06:20 +0100 |
parents | 3134a0987162 |
children |
line wrap: on
line source
// // Audio Overload // Emulated music player // // (C) 2000-2007 Richard F. Bannister // #include <audlegacy/plugin.h> // // eng_protos.h // int32 psf2_start(uint8 *, uint32 length); int32 psf2_execute(InputPlayback *playback); int32 psf2_stop(void); int32 psf2_command(int32, int32); int32 psf2_fill_info(Tuple *); int psf2_seek(uint32);