comparison cyuv.c @ 1282:8988af3ae1e8 libavcodec

Warning and compatibility fixes.
author mellum
date Sat, 24 May 2003 18:48:30 +0000
parents d63e0185a90f
children 932d306bf1dc
comparison
equal deleted inserted replaced
1281:37176fafe11e 1282:8988af3ae1e8
35 35
36 #include "common.h" 36 #include "common.h"
37 #include "avcodec.h" 37 #include "avcodec.h"
38 #include "dsputil.h" 38 #include "dsputil.h"
39 #include "mpegvideo.h" 39 #include "mpegvideo.h"
40 #include "bswap.h"
41 40
42 41
43 typedef struct CyuvDecodeContext { 42 typedef struct CyuvDecodeContext {
44 AVCodecContext *avctx; 43 AVCodecContext *avctx;
45 int width, height; 44 int width, height;