summaryrefslogtreecommitdiffstats
path: root/sys/dshowdecwrapper
diff options
context:
space:
mode:
authorMichael Smith <msmith@songbirdnest.com>2009-02-12 15:01:48 -0800
committerMichael Smith <msmith@songbirdnest.com>2009-02-12 15:02:41 -0800
commit24e1e955478f19675641aed4b9c638a177609d4a (patch)
tree1eb19fae1af3f2088cb8300eb4b84d71d425bcbe /sys/dshowdecwrapper
parent8ad4f28d67ce0bb9494b89105f8b1468c482b01c (diff)
downloadgst-plugins-bad-24e1e955478f19675641aed4b9c638a177609d4a.tar.gz
gst-plugins-bad-24e1e955478f19675641aed4b9c638a177609d4a.tar.bz2
gst-plugins-bad-24e1e955478f19675641aed4b9c638a177609d4a.zip
dshowdecwrapper: fix compilation.
Accidently merged part of one change; remove it.
Diffstat (limited to 'sys/dshowdecwrapper')
-rw-r--r--sys/dshowdecwrapper/gstdshowaudiodec.cpp7
1 files changed, 0 insertions, 7 deletions
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);