From 7aa933cc9ee4e504dc3bb716a3736d138c5bd7c2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 25 Sep 2014 02:22:44 +0200 Subject: 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. --- demux/stheader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/stheader.h') 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; -- cgit v1.2.3