--- margi2/decoder.c 2001/04/25 15:31:08 1.12 +++ margi2/decoder.c 2001/05/15 12:40:20 1.13 @@ -1084,7 +1084,7 @@ void L64021Intr(struct cvdv_cards *card) vs = card->VideoESSize; if (vs > 0) vp = (100 * v) / vs; else vp = 0; - if (vp > 40) { + if (vp > 90) { MDEBUG(0,": Delayed Video Decoder start\n"); card->startingV = 0; DecoderStartDecode(card); @@ -1098,7 +1098,7 @@ void L64021Intr(struct cvdv_cards *card) as = card->AudioESSize; if (as > 0) ap = (100 * a) / as; else ap = 0; - if (ap > 40) { + if (ap > 90) { MDEBUG(0,": Delayed Audio Decoder start\n"); AudioSetPlayMode(card, MAUDIO_PLAY); if (!AudioStart(card)) {