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

Collapse All | Expand All

(-)libs_orig/libmythtv/mpeg/h264utils.cpp (-7 lines)
Lines 215-227 void KeyframeSequencer::decode_Header(Ge Link Here
215
    bool field_pic_flag;
215
    bool field_pic_flag;
216
    bool bottom_field_flag;
216
    bool bottom_field_flag;
217
217
218
    if (log2_max_frame_num < 1)
219
    {
220
        VERBOSE(VB_IMPORTANT, "KeyframeSequencer::decode_Header: "
221
                "SPS has not been parsed!");
222
        return;
223
    }
224
225
    new_VLC_NAL = false;
218
    new_VLC_NAL = false;
226
219
227
    prev_frame_num = frame_num;
220
    prev_frame_num = frame_num;

Return to bug 259009