diff libmpcodecs/vd_xanim.c @ 6525:0a7be46617d8

yvu9 and if09 support
author alex
date Sun, 23 Jun 2002 15:15:31 +0000
parents edb622813c46
children 28677d779205
line wrap: on
line diff
--- a/libmpcodecs/vd_xanim.c	Sun Jun 23 15:03:54 2002 +0000
+++ b/libmpcodecs/vd_xanim.c	Sun Jun 23 15:15:31 2002 +0000
@@ -28,7 +28,7 @@
 
 // init driver
 static int init(sh_video_t *sh){
-    if(!mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,sh->format)) return 0;
+    if(!mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12)) return 0;
     return xacodec_init_video(sh,sh->codec->outfmt[sh->outfmtidx]);
 }