mp4文件格式解析,為demux準備的代碼 - 天使的白骨 - C++博客
//filename mp4_boxes.h #ifndef MP4_BOXES_H #define MP4_BOXES_H #include < vector > #include < inttypes.h > static union ____indian_swap{ unsigned char byte [4]; unsigned int size;}indian_a , indian_b; unsigned read_uint16_big(FILE * f) { unsigned short .....