[vlc-commits] mp4: include limits.h for SSIZE_MAX.

Konstantin Pavlov git at videolan.org
Sun Feb 11 15:15:04 CET 2018


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sun Feb 11 17:14:33 2018 +0300| [8311cdc09fa06a192cc5ca34368d2116e57bb936] | committer: Konstantin Pavlov

mp4: include limits.h for SSIZE_MAX.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8311cdc09fa06a192cc5ca34368d2116e57bb936
---

 modules/demux/mp4/libmp4.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/mp4/libmp4.c b/modules/demux/mp4/libmp4.c
index e3e43b64b8..665fc6cd64 100644
--- a/modules/demux/mp4/libmp4.c
+++ b/modules/demux/mp4/libmp4.c
@@ -36,6 +36,7 @@
 #include "languages.h"
 #include <math.h>
 #include <assert.h>
+#include <limits.h>
 
 /* Some assumptions:
  * The input method HAS to be seekable



More information about the vlc-commits mailing list