don't config twice

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5511 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-07 02:11:10 +00:00
parent 85c3419b79
commit b909e60fe9
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static int init(sh_video_t *sh){
}
mp_msg(MSGT_DECVIDEO,MSGL_V,"INFO: libavcodec init OK!\n");
ctx->last_aspect=-3;
return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
return 1; //mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
}
// uninit driver