# HG changeset patch # User arpi # Date 1057514591 0 # Node ID 329e738ac78b92af412f5c3362da4e41eb724104 # Parent 274c724a08ec49fc2bcc9db16c099cb81935e525 100l found by Koth diff -r 274c724a08ec -r 329e738ac78b mp3lib/layer3.c --- a/mp3lib/layer3.c Sun Jul 06 13:48:39 2003 +0000 +++ b/mp3lib/layer3.c Sun Jul 06 18:03:11 2003 +0000 @@ -1012,6 +1012,8 @@ } #endif +// printf("III_i_st: tab1=%p tab2=%p tab=%d ms=%d \n", tab1, tab2, tab, ms_stereo); + if (gr_info->block_type == 2) { int lwin,do_l = 0; if( gr_info->mixed_block_flag ) @@ -1240,7 +1242,7 @@ stereo1 = 2; if(fr->mode == MPG_MD_JOINT_STEREO) { - ms_stereo = fr->mode_ext & 0x2; + ms_stereo = (fr->mode_ext & 0x2)>>1; i_stereo = fr->mode_ext & 0x1; } else ms_stereo = i_stereo = 0;