comparison dec_audio.c @ 3417:2066402f300d

Remove annoying debug printf.
author atmos4
date Sun, 09 Dec 2001 21:56:35 +0000
parents 6236baa23bde
children ca4beb5dd3f7
comparison
equal deleted inserted replaced
3416:1b198ed74309 3417:2066402f300d
929 mp_msg(MSGT_DECAUDIO,MSGL_WARN,"a52: error at resampling\n"); 929 mp_msg(MSGT_DECAUDIO,MSGL_WARN,"a52: error at resampling\n");
930 break; 930 break;
931 } 931 }
932 len+=2*a52_resample(a52_samples,&buf[len]); 932 len+=2*a52_resample(a52_samples,&buf[len]);
933 } 933 }
934 printf("len = %d \n",len); 934 // printf("len = %d \n",len); // 6144 on all vobs I tried so far... (5.1 and 2.0) ::atmos
935 break; 935 break;
936 } 936 }
937 case AFM_HWAC3: // AC3 through SPDIF 937 case AFM_HWAC3: // AC3 through SPDIF
938 if(demux_read_data(sh_audio->ds,sh_audio->ac3_frame, 6144) != 6144) 938 if(demux_read_data(sh_audio->ds,sh_audio->ac3_frame, 6144) != 6144)
939 break; //EOF 939 break; //EOF