summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-29 23:09:50 +0100
committerwm4 <wm4@nowhere>2014-12-29 23:09:50 +0100
commit8eaa63689a25be909dc31c6a2c8c9dad3777943a (patch)
treea1f760aa7062b252d108003987cd501b9ccb250f /demux/demux.c
parent97ab40290eaf5d5f2c97a7a7c6678cdee2283e79 (diff)
downloadmpv-8eaa63689a25be909dc31c6a2c8c9dad3777943a.tar.bz2
mpv-8eaa63689a25be909dc31c6a2c8c9dad3777943a.tar.xz
demux_mf: move mf.c contents to demux_mf.c
There's no reason why parts of this demuxer would be in a separate source file. The existence of this code is already somewhat questionable anyway, so it may as well be dumped into a single file. Even stranger that demux.c included mf.h for no reason (it was an artifact from 2002 when the architecture was uncleaner).
Diffstat (limited to 'demux/demux.c')
-rw-r--r--demux/demux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/demux.c b/demux/demux.c
index e7b0729b77..70b0c84f36 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -38,7 +38,6 @@
#include "stream/stream.h"
#include "demux.h"
#include "stheader.h"
-#include "mf.h"
#include "audio/format.h"