Mercurial > mplayer.hg
diff libmpcodecs/ve_raw.c @ 18004:bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
| author | reynaldo |
|---|---|
| date | Fri, 31 Mar 2006 00:15:47 +0000 |
| parents | 20aca9baf5d8 |
| children | ca9da45d13e9 |
line wrap: on
line diff
--- a/libmpcodecs/ve_raw.c Thu Mar 30 23:47:03 2006 +0000 +++ b/libmpcodecs/ve_raw.c Fri Mar 31 00:15:47 2006 +0000 @@ -4,6 +4,7 @@ #include "config.h" #include "mp_msg.h" +#include "help_mp.h" #include "codec-cfg.h" #include "stream.h" @@ -68,7 +69,7 @@ mux_v->bih->biBitCount = 16; break; default: - printf("ve_raw: raw output with fourcc [%x] not supported!\n", fmt); + mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_MPCODECS_OutputWithFourccNotSupported, fmt); mux_v->bih->biCompression = 0; return 0; }
