Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135942 | Differences between
and this patch

Collapse All | Expand All

(-)alevt/vbi.c (-2 / +2 lines)
Lines 488-495 Link Here
488
    bpl = p->samples_per_line;
488
    bpl = p->samples_per_line;
489
    fs = p->sampling_rate;
489
    fs = p->sampling_rate;
490
    bpb = fs/6937500.0;
490
    bpb = fs/6937500.0;
491
    soc = (int)(9.2e-6*fs) - (int)p->offset;
491
    soc = (int)(9.2e-6*fs) - (int)244;
492
    eoc = (int)(12.9e-6*fs) - (int)p->offset;
492
    eoc = (int)(12.9e-6*fs) - (int)244;
493
    if (soc < 0)
493
    if (soc < 0)
494
	soc = 0;
494
	soc = 0;
495
    if (eoc > bpl - (int)(43*8*bpb))
495
    if (eoc > bpl - (int)(43*8*bpb))

Return to bug 135942