• Janne Grunau's avatar
    h264: prevent decoding of slice NALs in extradata · 61c6eef5
    Janne Grunau authored
    It is not posible to call get_buffer during frame-mt codec
    initialization. Libavformat might pass huge amounts of data as
    extradata after parsing broken files. The 'extradata' for the fuzzed
    sample sample_varPAR_s5374_r001-02.avi is 2.8M large and contains
    multiple slices.
    61c6eef5
h264.h 28.1 KB