summaryrefslogtreecommitdiffstats
path: root/demux/ebml.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/ebml.c
parent2224ac51906b94478f2217c00dff585b51d4fed6 (diff)
downloadmpv-0208ad4f3b4d2331b8242bb6fb12a9a4475ccae6.tar.bz2
mpv-0208ad4f3b4d2331b8242bb6fb12a9a4475ccae6.tar.xz
demux: minor cleanups
Diffstat (limited to 'demux/ebml.c')
-rw-r--r--demux/ebml.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/demux/ebml.c b/demux/ebml.c
index 1a83726889..7e79ee04c8 100644
--- a/demux/ebml.c
+++ b/demux/ebml.c
@@ -37,10 +37,6 @@
#include "compat/mpbswap.h"
#include "common/msg.h"
-#ifndef SIZE_MAX
-#define SIZE_MAX ((size_t)-1)
-#endif
-
// Whether the id is a known Matroska level 1 element (allowed as element on
// global file level, after the level 0 MATROSKA_ID_SEGMENT).
// This (intentionally) doesn't include "global" elements.