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