shithub: aacdec

ref: 0f811a00b09c72e87a84031465dd023b3b295c94
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