summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-01 21:53:23 +0200
committerwm4 <wm4@nowhere>2014-07-01 21:53:23 +0200
commit0208ad4f3b4d2331b8242bb6fb12a9a4475ccae6 (patch)
treebf912dfea75f6fd2517aa5587c6f9d04b0f92b7d /demux/demux.c
parent2224ac51906b94478f2217c00dff585b51d4fed6 (diff)
downloadmpv-0208ad4f3b4d2331b8242bb6fb12a9a4475ccae6.tar.bz2
mpv-0208ad4f3b4d2331b8242bb6fb12a9a4475ccae6.tar.xz
demux: minor cleanups
Diffstat (limited to 'demux/demux.c')
-rw-r--r--demux/demux.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/demux/demux.c b/demux/demux.c
index 05073a4728..541c5c3573 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -1,6 +1,4 @@
/*
- * DEMUXER v2.5
- *
* This file is part of MPlayer.
*
* MPlayer is free software; you can redistribute it and/or modify
@@ -17,7 +15,6 @@
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#define DEMUX_PRIV(x) x
#include <stdio.h>
#include <stdlib.h>
@@ -80,9 +77,6 @@ const demuxer_desc_t *const demuxer_list[] = {
&demuxer_desc_playlist,
// Pretty aggressive, so should be last.
&demuxer_desc_subreader,
- /* Please do not add any new demuxers here. If you want to implement a new
- * demuxer, add it to libavformat, except for wrappers around external
- * libraries and demuxers requiring binary support. */
NULL
};