Skip to content
  • Thomas Guillem's avatar
    mediacodec: parse SPS/PPS, fix H264 via live streaming · c3694bf8
    Thomas Guillem authored
    Don't abort if H264 fmt doesn't have any valid size or extra. The SPS/PPS will
    be parsed from DecodeVideo, MediaCodec will be (re)started if video size changes
    and valid SPS/PPS will be sent via BUFFER_FLAG_CODEC_CONFIG flag.
    c3694bf8