ref: 0aa2ca7ee392ce54ca6273409165a3febb59e1a9
dir: /plugins/xmmsmp4/src/libmp4_utils.h/
#ifndef __MP4UTILS_H_ #define __MP4UTILS_H_ int getAACTrack(MP4FileHandle); int getAudioTrack(MP4FileHandle); int getVideoTrack(MP4FileHandle); void getMP4info(char*); #endif