comparison dirac_parser.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 e623323d409f
children e9d9d946f213
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
25 * @file dirac_parser.c 25 * @file dirac_parser.c
26 * Dirac Parser 26 * Dirac Parser
27 * @author Marco Gerards <marco@gnu.org> 27 * @author Marco Gerards <marco@gnu.org>
28 */ 28 */
29 29
30 #include "libavutil/intreadwrite.h"
30 #include "parser.h" 31 #include "parser.h"
31 32
32 #define DIRAC_PARSE_INFO_PREFIX 0x42424344 33 #define DIRAC_PARSE_INFO_PREFIX 0x42424344
33 34
34 /** 35 /**