mp3stub.h 186 B

123456789101112
  1. #ifndef _MP3STUB_H_
  2. #define _MP3STUB_H_
  3. #include "main.h"
  4. extern int mp3_quality;
  5. extern int mp3_downmix;
  6. extern int mp3_downshit;
  7. IAudioDecoder *MP3_CREATE(unsigned int fmt);
  8. #endif