[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


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
 }
 



More information about the MPlayer-cvslog mailing list