comparison libmpdemux/parse_mp4.c @ 5403:dba4cecbb4d1

FreeBSD warning fix
author nexus
date Sat, 30 Mar 2002 14:12:25 +0000
parents c4f6ab72300a
children 534580bc88a8
comparison
equal deleted inserted replaced
5402:625bd0095b7d 5403:dba4cecbb4d1
5 * Code inspired by libmp4 from http://mpeg4ip.sourceforge.net/. 5 * Code inspired by libmp4 from http://mpeg4ip.sourceforge.net/.
6 */ 6 */
7 7
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <inttypes.h> 9 #include <inttypes.h>
10 #ifdef HAVE_MALLOC_H
10 #include <malloc.h> 11 #include <malloc.h>
12 #endif
11 #include "parse_mp4.h" 13 #include "parse_mp4.h"
12 #include "mp_msg.h" 14 #include "mp_msg.h"
13 #include "stream.h" 15 #include "stream.h"
14 16
15 //#define MP4_DUMPATOM 17 //#define MP4_DUMPATOM