From 194792ed8ef74edfd306de138170862e4c274057 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 12 Aug 2001 01:56:30 +0000 Subject: ffmpeg prints moved to verbose=2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1490 b3059339-0415-0410-9bf9-f77b7e298cf2 --- dec_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dec_video.c') diff --git a/dec_video.c b/dec_video.c index f1b528ef6a..28369abf2e 100644 --- a/dec_video.c +++ b/dec_video.c @@ -410,11 +410,11 @@ switch(sh_video->codec->driver){ #ifdef USE_LIBAVCODEC case VFM_FFMPEG: { // libavcodec int got_picture=0; -if(verbose) printf("Calling ffmpeg...\n"); +if(verbose>1) printf("Calling ffmpeg...\n"); if(drop_frame<2 && in_size>0){ int ret = avcodec_decode_video(&lavc_context, &lavc_picture, &got_picture, start, in_size); -if(verbose){ +if(verbose>1){ unsigned char *x="???"; switch(lavc_context.pix_fmt){ case PIX_FMT_YUV420P: x="YUV420P";break; -- cgit v1.2.3