From 5bdd06d3f012adb9a482fe95ad008f5d27471044 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Thu, 12 Apr 2001 22:16:58 +0000 Subject: [PATCH] moved printf out of switch() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@383 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index d96cb001a9..839ca3ce34 100644 --- a/mplayer.c +++ b/mplayer.c @@ -748,8 +748,8 @@ switch(file_format){ printf("MPEG: No Audio stream found... ->nosound\n"); has_audio=0; } else { + if(verbose) printf("detected MPG-PS audio format: %d\n",d_audio->type); switch(d_audio->type){ - if(verbose) printf("detected MPG-PS audio format: %d\n",d_audio->type); case 1: sh_audio->format=0x50;break; // mpeg case 2: sh_audio->format=0x2;break; // pcm case 3: sh_audio->format=0x2000;break; // ac3