Skip to content
  • Gwenole Beauchesne's avatar
    decoder: add {start,end}_frame() hooks. · ea970336
    Gwenole Beauchesne authored
    The start_frame() hook is called prior to traversing all decode-units
    for decoding. The unit argument represents the first slice in the frame.
    Some codecs (e.g. H.264) need to wait for the first slice in order to
    determine the actual VA context parameters.
    ea970336