[MPlayer-cvslog] r29209 - in trunk: DOCS/tech/win32-codec-howto.txt help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-el.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h he...
diego
subversion at mplayerhq.hu
Mon Apr 20 17:24:48 CEST 2009
Author: diego
Date: Mon Apr 20 17:24:47 2009
New Revision: 29209
Log:
Remove reference to outdated documentation file.
Modified:
trunk/DOCS/tech/win32-codec-howto.txt
trunk/libmpcodecs/dec_audio.c
trunk/libmpcodecs/dec_video.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-bg.h
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-el.h
trunk/help/help_mp-en.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-ja.h
trunk/help/help_mp-ko.h
trunk/help/help_mp-mk.h
trunk/help/help_mp-nl.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-ro.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-sk.h
trunk/help/help_mp-sv.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-uk.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
Modified: trunk/DOCS/tech/win32-codec-howto.txt
==============================================================================
--- trunk/DOCS/tech/win32-codec-howto.txt Mon Apr 20 16:02:40 2009 (r29208)
+++ trunk/DOCS/tech/win32-codec-howto.txt Mon Apr 20 17:24:47 2009 (r29209)
@@ -41,7 +41,6 @@ ACM Codecs:
MPlayer may fail at playing the audio in your file with this message:
Cannot find codec for audio format 0x55.
-Read DOCS/HTML/en/codecs.html!
Audio: no sound
MPlayer calls this the TwoCC format identifier. From the TwoCC list we find:
Modified: trunk/libmpcodecs/dec_audio.c
==============================================================================
--- trunk/libmpcodecs/dec_audio.c Mon Apr 20 16:02:40 2009 (r29208)
+++ trunk/libmpcodecs/dec_audio.c Mon Apr 20 17:24:47 2009 (r29209)
@@ -270,7 +270,6 @@ int init_best_audio_codec(sh_audio_t *sh
if (!sh_audio->initialized) {
mp_msg(MSGT_DECAUDIO, MSGL_ERR, MSGTR_CantFindAudioCodec,
sh_audio->format);
- mp_msg(MSGT_DECAUDIO, MSGL_HINT, MSGTR_RTFMCodecs);
return 0; // failed
}
Modified: trunk/libmpcodecs/dec_video.c
==============================================================================
--- trunk/libmpcodecs/dec_video.c Mon Apr 20 16:02:40 2009 (r29208)
+++ trunk/libmpcodecs/dec_video.c Mon Apr 20 17:24:47 2009 (r29209)
@@ -316,7 +316,6 @@ stringset_free(&selected);
if(!sh_video->initialized){
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