Mercurial > mplayer.hg
diff libmpdemux/demux_audio.c @ 18176:f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
author | reynaldo |
---|---|
date | Sat, 22 Apr 2006 05:12:10 +0000 |
parents | 0b13bab3f237 |
children | 9e2b300db17b |
line wrap: on
line diff
--- a/libmpdemux/demux_audio.c Fri Apr 21 18:46:17 2006 +0000 +++ b/libmpdemux/demux_audio.c Sat Apr 22 05:12:10 2006 +0000 @@ -1,6 +1,7 @@ #include "config.h" #include "mp_msg.h" +#include "help_mp.h" #include <stdlib.h> #include <stdio.h> @@ -615,7 +616,7 @@ break; } default: - printf("Audio demuxer : unknown format %d\n",priv->frmt); + mp_msg(MSGT_DEMUXER,MSGL_WARN,MSGTR_MPDEMUX_AUDIO_UnknownFormat,priv->frmt); return 0; }