[Mplayer-cvslog] CVS: main/libmpcodecs dec_audio.c,1.25,1.26 dec_video.c,1.158,1.159
Diego Biurrun CVS
diego at mplayerhq.hu
Sat Aug 23 00:18:10 CEST 2003
- Previous message: [Mplayer-cvslog] codec
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.16,1.17 help_mp-cz.h,1.40,1.41 help_mp-de.h,1.71,1.72 help_mp-dk.h,1.28,1.29 help_mp-el.h,1.18,1.19 help_mp-en.h,1.106,1.107 help_mp-es.h,1.29,1.30 help_mp-fr.h,1.44,1.45 help_mp-hu.h,1.65,1.66 help_mp-it.h,1.30,1.31 help_mp-ko.h,1.19,1.20 help_mp-nl.h,1.27,1.28 help_mp-no.h,1.15,1.16 help_mp-pl.h,1.73,1.74 help_mp-pt_BR.h,1.16,1.17 help_mp-ro.h,1.12,1.13 help_mp-ru.h,1.26,1.27 help_mp-sk.h,1.19,1.20 help_mp-tr.h,1.9,1.10 help_mp-uk.h,1.10,1.11 help_mp-zh_CN.h,1.29,1.30help_mp-zh_TW.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv21286/libmpcodecs
Modified Files:
dec_audio.c dec_video.c
Log Message:
codecs.conf is obsolete.
Index: dec_audio.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_audio.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- dec_audio.c 9 Jun 2003 12:15:44 -0000 1.25
+++ dec_audio.c 22 Aug 2003 22:17:47 -0000 1.26
@@ -242,8 +242,8 @@
}
if(!sh_audio->inited){
- mp_msg(MSGT_DECAUDIO,MSGL_HINT, MSGTR_TryUpgradeCodecsConfOrRTFM,get_path("codecs.conf"));
mp_msg(MSGT_DECAUDIO,MSGL_ERR,MSGTR_CantFindAudioCodec,sh_audio->format);
+ mp_msg(MSGT_DECAUDIO,MSGL_HINT, MSGTR_RTFMCodecs);
return 0; // failed
}
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- dec_video.c 9 Jun 2003 12:15:44 -0000 1.158
+++ dec_video.c 22 Aug 2003 22:17:47 -0000 1.159
@@ -280,8 +280,8 @@
}
if(!sh_video->inited){
- mp_msg(MSGT_DECVIDEO,MSGL_HINT, MSGTR_TryUpgradeCodecsConfOrRTFM,get_path("codecs.conf"));
mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_CantFindVideoCodec,sh_video->format);
+ mp_msg(MSGT_DECAUDIO,MSGL_HINT, MSGTR_RTFMCodecs);
return 0; // failed
}
- Previous message: [Mplayer-cvslog] codec
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.16,1.17 help_mp-cz.h,1.40,1.41 help_mp-de.h,1.71,1.72 help_mp-dk.h,1.28,1.29 help_mp-el.h,1.18,1.19 help_mp-en.h,1.106,1.107 help_mp-es.h,1.29,1.30 help_mp-fr.h,1.44,1.45 help_mp-hu.h,1.65,1.66 help_mp-it.h,1.30,1.31 help_mp-ko.h,1.19,1.20 help_mp-nl.h,1.27,1.28 help_mp-no.h,1.15,1.16 help_mp-pl.h,1.73,1.74 help_mp-pt_BR.h,1.16,1.17 help_mp-ro.h,1.12,1.13 help_mp-ru.h,1.26,1.27 help_mp-sk.h,1.19,1.20 help_mp-tr.h,1.9,1.10 help_mp-uk.h,1.10,1.11 help_mp-zh_CN.h,1.29,1.30help_mp-zh_TW.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list