dshowdecwrapper: fix compilation.
authorMichael Smith <msmith@songbirdnest.com>
Thu, 12 Feb 2009 23:01:48 +0000 (15:01 -0800)
committerMichael Smith <msmith@songbirdnest.com>
Thu, 12 Feb 2009 23:02:41 +0000 (15:02 -0800)
Accidently merged part of one change; remove it.

sys/dshowdecwrapper/gstdshowaudiodec.cpp

index e856393c3cc4ee9d9abae2fc337e5f2828dcb708..74f5fb1d6bed78b3182d3a68fcad8325c405d0eb 100644 (file)
@@ -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);