demux_mkv: get rid of MS structs

See previous commits. This finally replaces directly reading the file
data into a struct with reading them manually. In theory this is more
portable (no alignment issues and other things). For the most part,
it's nice seeing this gone.
This commit is contained in:
wm4
2014-09-25 02:22:44 +02:00
parent 9c3c199558
commit 7aa933cc9e
3 changed files with 39 additions and 119 deletions

View File

@@ -23,7 +23,7 @@
#include "common/common.h"
#include "audio/chmap.h"
#include "ms_hdr.h"
struct MPOpts;
struct demuxer;