View | Details | Raw Unified | Return to bug 25651
Collapse All | Expand All

(-)transcode-orig-1.1.5/tools/aud_scan.c (-1 / +2 lines)
Lines 74-80 Link Here
74
    }
74
    }
75
75
76
    if (newhead & ((long)1 << 20)) {
76
    if (newhead & ((long)1 << 20)) {
77
        lsf = (newhead & ((long)1 << 19));
77
        lsf = (newhead & ((long)1<<19)) ? 0x0 : 0x1;
78
        //lsf = (newhead & ((long)1 << 19));
78
        mpeg25 = 0;
79
        mpeg25 = 0;
79
    } else {
80
    } else {
80
        lsf = 1;
81
        lsf = 1;

Return to bug 25651