[Mplayer-cvslog] CVS: main dec_video.c,1.22,1.23

Arpi of Ize arpi at mplayer.dev.hu
Sun Aug 12 03:56:33 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv21713

Modified Files:
	dec_video.c 
Log Message:
ffmpeg prints moved to verbose=2

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- dec_video.c	11 Aug 2001 23:11:16 -0000	1.22
+++ dec_video.c	12 Aug 2001 01:56:30 -0000	1.23
@@ -410,11 +410,11 @@
 #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;




More information about the MPlayer-cvslog mailing list