shithub: aacdec

ref: 181682e90ddb6f6975f6651f5d8e05b985b198b9
dir: /plugins/xmmsmp4/src/libmp4_utils.h/

View raw version
#ifndef __MP4UTILS_H_
#define __MP4UTILS_H_

int getAACTrack(MP4FileHandle);
int getAudioTrack(MP4FileHandle);
int getVideoTrack(MP4FileHandle);
void getMP4info(char*);

#endif