comparison libmpcodecs/vd_svq1.c @ 7127:1e47c2e7aa8e

mostly compiler warning fixes, some small bugfix patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 28 Aug 2002 22:45:48 +0000
parents adc50c83986d
children 28677d779205
comparison
equal deleted inserted replaced
7126:d3fd5d568594 7127:1e47c2e7aa8e
14 "XINE team", 14 "XINE team",
15 "native codec" 15 "native codec"
16 }; 16 };
17 17
18 LIBVD_EXTERN(svq1) 18 LIBVD_EXTERN(svq1)
19
20 #ifdef USE_LIBAVCODEC
21 #ifdef USE_LIBAVCODEC_SO
22 #include <ffmpeg/avcodec.h>
23 #else
24 #include "libavcodec/avcodec.h"
25 #endif
26 #endif
19 27
20 #include "native/svq1.h" 28 #include "native/svq1.h"
21 29
22 // to set/get/query special features/parameters 30 // to set/get/query special features/parameters
23 static int control(sh_video_t *sh,int cmd,void* arg,...){ 31 static int control(sh_video_t *sh,int cmd,void* arg,...){