comparison libmpcodecs/vd_ffmpeg.c @ 7220:e3ecccc7e505

warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sun, 01 Sep 2002 14:30:55 +0000
parents 28677d779205
children e805ef05536c
comparison
equal deleted inserted replaced
7219:32e8afc0a057 7220:e3ecccc7e505
255 } 255 }
256 } 256 }
257 } 257 }
258 }else 258 }else
259 #endif 259 #endif
260 mpcodecs_draw_slice (sh,(unsigned char*)src, stride, width, height, 0, y); 260 mpcodecs_draw_slice (sh,src, stride, width, height, 0, y);
261 } 261 }
262 262
263 static int init_vo(sh_video_t *sh){ 263 static int init_vo(sh_video_t *sh){
264 vd_ffmpeg_ctx *ctx = sh->context; 264 vd_ffmpeg_ctx *ctx = sh->context;
265 AVCodecContext *avctx = ctx->avctx; 265 AVCodecContext *avctx = ctx->avctx;