summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-25 02:22:44 +0200
committerwm4 <wm4@nowhere>2014-09-25 02:22:50 +0200
commit7aa933cc9ee4e504dc3bb716a3736d138c5bd7c2 (patch)
tree91372f53eeaf24f76f1437e6c9374aac08a856d0 /demux/stheader.h
parent9c3c199558eff0413636cdc877c13b89007d85a9 (diff)
downloadmpv-7aa933cc9ee4e504dc3bb716a3736d138c5bd7c2.tar.bz2
mpv-7aa933cc9ee4e504dc3bb716a3736d138c5bd7c2.tar.xz
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.
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index a7d1318ff6..58ccaefcc8 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -23,7 +23,7 @@
#include "common/common.h"
#include "audio/chmap.h"
-#include "ms_hdr.h"
+
struct MPOpts;
struct demuxer;