ref: 7778db108536ffa6ebdf18e3591c92ec2bd14972
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