comparison mov.c @ 4201:7d2f3f1b68d8 libavformat

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 84251a788a67
children baf5439883f1
comparison
equal deleted inserted replaced
4200:898c3d1d9e4e 4201:7d2f3f1b68d8
21 21
22 #include <limits.h> 22 #include <limits.h>
23 23
24 //#define DEBUG 24 //#define DEBUG
25 25
26 #include "libavutil/intreadwrite.h"
26 #include "avformat.h" 27 #include "avformat.h"
27 #include "riff.h" 28 #include "riff.h"
28 #include "isom.h" 29 #include "isom.h"
29 #include "dv.h" 30 #include "dv.h"
30 #include "libavcodec/mpeg4audio.h" 31 #include "libavcodec/mpeg4audio.h"