Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 384911
Collapse All | Expand All

(-)ImageOutputDev.cc.old (-2 / +2 lines)
Lines 56-62 Link Here
56
    }
56
    }
57
57
58
    // initialize stream
58
    // initialize stream
59
    str = ((DCTStream *)str)->getRawStream();
59
    str = str->getNextStream();
60
    str->reset();
60
    str->reset();
61
61
62
    // copy the stream
62
    // copy the stream
Lines 120-126 Link Here
120
    }
120
    }
121
121
122
    // initialize stream
122
    // initialize stream
123
    str = ((DCTStream *)str)->getRawStream();
123
    str = str->getNextStream();
124
    str->reset();
124
    str->reset();
125
125
126
    // copy the stream
126
    // copy the stream

Return to bug 384911