comparison mmvideo.c @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents c36517d7608f
children 407a1a178cad
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
29 * 29 *
30 * Technical details here: 30 * Technical details here:
31 * http://wiki.multimedia.cx/index.php?title=American_Laser_Games_MM 31 * http://wiki.multimedia.cx/index.php?title=American_Laser_Games_MM
32 */ 32 */
33 33
34 #include "libavutil/intreadwrite.h"
34 #include "avcodec.h" 35 #include "avcodec.h"
35 36
36 #define MM_PREAMBLE_SIZE 6 37 #define MM_PREAMBLE_SIZE 6
37 38
38 #define MM_TYPE_INTER 0x5 39 #define MM_TYPE_INTER 0x5