ref: f6620a7381f17eb64e41c2da6665f0ca3dd87d78
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