fix -msglevel to increase verbosity only where that is necessary
authorMathieu Schroeter <mathieu.schroeter@mycable.ch>
Mon Jul 14 14:04:36 2008 +0200 (2 years ago)
changeset 552eb52c8e2cbd7
parent 551bbdc8be426c9
child 55312d47a909b07
fix -msglevel to increase verbosity only where that is necessary
src/wrapper_mplayer.c
       1 --- a/src/wrapper_mplayer.c	Mon Jul 14 10:26:55 2008 +0200
       2 +++ b/src/wrapper_mplayer.c	Mon Jul 14 14:04:36 2008 +0200
       3 @@ -1709,7 +1709,8 @@
       4      params[pp++] = MPLAYER_NAME;
       5      params[pp++] = "-slave";            /* work in slave mode */
       6      params[pp++] = "-quiet";            /* reduce output messages */
       7 -    params[pp++] = "-v";                /* necessary for detect EOF */
       8 +    params[pp++] = "-msglevel";
       9 +    params[pp++] = "all=2:global=6:cplayer=7";
      10      params[pp++] = "-idle";             /* MPlayer stays always alive */
      11      params[pp++] = "-fs";               /* fullscreen (if possible) */
      12      params[pp++] = "-zoom";             /* zoom (if possible) */