摘要:
I finished off this task which was left a couple of weeks ago. This splitter, virtually a primitive parser, draws recoginizable tracks out from MKV files, esp. helpful to get the subtitles. Reference: http://www.matroska.org/The code is as follows:#include <stdio.h>typedef enum{ /* Table 1 */ 阅读全文