Skip to content
  • James Almer's avatar
    dav1d: add event flags to the decoding process · a98f5e60
    James Almer authored
    And a function to fetch them. Should be useful to signal changes in the
    bitstream the user may want to know about.
    
    Starting with two flags, DAV1D_EVENT_FLAG_NEW_SEQUENCE and
    DAV1D_EVENT_FLAG_NEW_OP_PARAMS_INFO, which signal the presence of an updated
    sequence header in the last returned (or to be returned) picture.
    a98f5e60