Mercurial > mplayer.hg
diff libmpcodecs/ad_libdv.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 | 28677d779205 |
| children | a1807995e2ab |
line wrap: on
line diff
--- a/libmpcodecs/ad_libdv.c Thu Mar 30 23:47:03 2006 +0000 +++ b/libmpcodecs/ad_libdv.c Fri Mar 31 00:15:47 2006 +0000 @@ -6,6 +6,8 @@ #include <math.h> #include "config.h" +#include "mp_msg.h" +#include "help_mp.h" #ifdef HAVE_LIBDV095 @@ -86,7 +88,7 @@ dv_parse_header(decoder, dv_audio_frame); if(xx!=decoder->frame_size) - printf("warning! audio framesize differs! read=%d hdr=%d \n", + mp_msg(MSGT_GLOBAL,MSGL_WARN,MSGTR_MPCODECS_AudioFramesizeDiffers, xx, decoder->frame_size); if (dv_decode_full_audio(decoder, dv_audio_frame,(int16_t**) audioBuffers))
