moved printf out of switch()

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@383 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-12 22:16:58 +00:00
parent 986f72b6d2
commit 5bdd06d3f0
1 changed files with 1 additions and 1 deletions

View File

@ -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