comparison qdrw.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 e943e1409077
children e9d9d946f213
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
22 /** 22 /**
23 * @file qdrw.c 23 * @file qdrw.c
24 * Apple QuickDraw codec. 24 * Apple QuickDraw codec.
25 */ 25 */
26 26
27 #include "libavutil/intreadwrite.h"
27 #include "avcodec.h" 28 #include "avcodec.h"
28 29
29 typedef struct QdrawContext{ 30 typedef struct QdrawContext{
30 AVCodecContext *avctx; 31 AVCodecContext *avctx;
31 AVFrame pic; 32 AVFrame pic;