ref: 571ea294b58a6b39eb15a58570aa0dac39655e56
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