CVS: main/libmpcodecs vd_dmo.c,1.1,1.2 vd_dshow.c,1.7,1.8
Update of /cvsroot/mplayer/main/libmpcodecs In directory mail:/var/tmp.root/cvs-serv25052 Modified Files: vd_dmo.c vd_dshow.c Log Message: corrected w32codec address (noticed by Peter Nelson on mplayer-users) Index: vd_dmo.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_dmo.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vd_dmo.c 26 Nov 2002 22:54:59 -0000 1.1 +++ vd_dmo.c 20 Dec 2002 21:43:18 -0000 1.2 @@ -33,7 +33,7 @@ if(!(sh->context=DMO_VideoDecoder_Open(sh->codec->dll,&sh->codec->guid, sh->bih, 0, 0))){ mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_MissingDLLcodec,sh->codec->dll); mp_msg(MSGT_DECVIDEO,MSGL_HINT,"Maybe you forget to upgrade your win32 codecs?? It's time to download the new\n"); - mp_msg(MSGT_DECVIDEO,MSGL_HINT,"package from: ftp://mplayerhq.hu/MPlayer/releases/w32codec.zip !\n"); + mp_msg(MSGT_DECVIDEO,MSGL_HINT,"package from: ftp://mplayerhq.hu/MPlayer/releases/w32codec.tar.bz2!\n"); return 0; } if(!mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YUY2)) return 0; Index: vd_dshow.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_dshow.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- vd_dshow.c 30 Aug 2002 21:44:20 -0000 1.7 +++ vd_dshow.c 20 Dec 2002 21:43:18 -0000 1.8 @@ -53,7 +53,7 @@ if(!(sh->context=DS_VideoDecoder_Open(sh->codec->dll,&sh->codec->guid, sh->bih, 0, 0))){ mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_MissingDLLcodec,sh->codec->dll); mp_msg(MSGT_DECVIDEO,MSGL_HINT,"Maybe you forget to upgrade your win32 codecs?? It's time to download the new\n"); - mp_msg(MSGT_DECVIDEO,MSGL_HINT,"package from: ftp://mplayerhq.hu/MPlayer/releases/w32codec.zip !\n"); + mp_msg(MSGT_DECVIDEO,MSGL_HINT,"package from: ftp://mplayerhq.hu/MPlayer/releases/w32codec.tar.bz2!\n"); return 0; } if(!mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YUY2)) return 0;
participants (1)
-
Alex Beregszaszi