Skip to content
  • Thomas Guillem's avatar
    mediacodec: refactor StartMediaCodec · 1dc8c438
    Thomas Guillem authored
    CSD and video size checks are now done in StartMediaCodec.
    
    Call ParseVideoExtra from Open(). This was useless to call it from
    StartMediaCodec since p_dec.fmt_in.p_extra couldn't change during the lifetime
    of the module.
    1dc8c438