shithub: aacdec

ref: 42ce0306d62d795bb9ead55d71c1ae418657d048
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