From 24e1e955478f19675641aed4b9c638a177609d4a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 12 Feb 2009 15:01:48 -0800 Subject: dshowdecwrapper: fix compilation. Accidently merged part of one change; remove it. --- sys/dshowdecwrapper/gstdshowaudiodec.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/dshowdecwrapper') diff --git a/sys/dshowdecwrapper/gstdshowaudiodec.cpp b/sys/dshowdecwrapper/gstdshowaudiodec.cpp index e856393c..74f5fb1d 100644 --- a/sys/dshowdecwrapper/gstdshowaudiodec.cpp +++ b/sys/dshowdecwrapper/gstdshowaudiodec.cpp @@ -726,13 +726,6 @@ dshowaudiodec_set_input_format (GstDshowAudioDec *adec, GstCaps *caps) mp3format->nBlockSize = 1; mp3format->nFramesPerBlock = 1; mp3format->nCodecDelay = 0; - - /* The XP decoder also has problems with some MP3 frames. If it tries - * to decode one, then forever after it outputs silence. - * If we recognise such a frame, just skip decoding it. - */ - if (adec->decoder_is_xp_mp3) - adec->check_mp3_frames = TRUE; } else { format = (WAVEFORMATEX *)g_malloc0 (size); -- cgit v1.2.1