shithub: aacdec

ref: 34148793ec79f0d0c46c38d3648b573d9d48bcfb
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