summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-31 16:35:36 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-31 16:35:36 +0000
commit5e88953e0cb0501c664cb1542354c203e1745d29 (patch)
tree31229175a5815931825c2712fca6c59e701f84f8 /mplayer.c
parenta115f455047acaec4de7bd55d31122fb6da7f461 (diff)
downloadmpv-5e88953e0cb0501c664cb1542354c203e1745d29.tar.bz2
mpv-5e88953e0cb0501c664cb1542354c203e1745d29.tar.xz
Extended message for misisng codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@920 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 342ec4ef5a..8fc314b3bf 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1087,6 +1087,8 @@ if(has_audio){
sh_audio->codec=find_codec(sh_audio->format,NULL,sh_audio->codec,1);
if(!sh_audio->codec){
printf("Can't find codec for audio format 0x%X !\n",sh_audio->format);
+ printf("*** Try to upgrade %s from DOCS/codecs.conf\n",get_path("codecs.conf"));
+ printf("*** If it's still not OK, then read DOCS/CODECS!\n");
has_audio=0;
break;
}
@@ -1117,6 +1119,8 @@ while(1){
sh_video->bih?((unsigned int*) &sh_video->bih->biCompression):NULL,sh_video->codec,0);
if(!sh_video->codec){
printf("Can't find codec for video format 0x%X !\n",sh_video->format);
+ printf("*** Try to upgrade %s from DOCS/codecs.conf\n",get_path("codecs.conf"));
+ printf("*** If it's still not OK, then read DOCS/CODECS!\n");
#ifdef HAVE_GUI
if ( !nogui )
{