comparison sierravmd.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 b432c9e98002
children 0855c4630a8f
comparison
equal deleted inserted replaced
4200:898c3d1d9e4e 4201:7d2f3f1b68d8
25 * by Vladimir "VAG" Gneushev (vagsoft at mail.ru) 25 * by Vladimir "VAG" Gneushev (vagsoft at mail.ru)
26 * for more information on the Sierra VMD file format, visit: 26 * for more information on the Sierra VMD file format, visit:
27 * http://www.pcisys.net/~melanson/codecs/ 27 * http://www.pcisys.net/~melanson/codecs/
28 */ 28 */
29 29
30 #include "libavutil/intreadwrite.h"
30 #include "avformat.h" 31 #include "avformat.h"
31 32
32 #define VMD_HEADER_SIZE 0x0330 33 #define VMD_HEADER_SIZE 0x0330
33 #define BYTES_PER_FRAME_RECORD 16 34 #define BYTES_PER_FRAME_RECORD 16
34 35