summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
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.h
parent2224ac51906b94478f2217c00dff585b51d4fed6 (diff)
downloadmpv-0208ad4f3b4d2331b8242bb6fb12a9a4475ccae6.tar.bz2
mpv-0208ad4f3b4d2331b8242bb6fb12a9a4475ccae6.tar.xz
demux: minor cleanups
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 222d3b8624..641afe6908 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -227,10 +227,6 @@ void demux_packet_shorten(struct demux_packet *dp, size_t len);
void free_demux_packet(struct demux_packet *dp);
struct demux_packet *demux_copy_packet(struct demux_packet *dp);
-#ifndef SIZE_MAX
-#define SIZE_MAX ((size_t)-1)
-#endif
-
void free_demuxer(struct demuxer *demuxer);
int demuxer_add_packet(demuxer_t *demuxer, struct sh_stream *stream,