• Matthieu Bouron's avatar
    lavc/mediacodecdec_h264: properly convert extradata to annex-b · 88d9c30c
    Matthieu Bouron authored
    H264ParamSets has its SPS/PPS stored raw (SODB) and needs to be
    converted to NAL units before sending them to MediaCodec.
    
    This patch adds the missing convertion of the SPS/PPS from SOBP to RBSP
    which makes the resulting NAL units correct.
    
    Fixes codec initialization on Nexus 4 and Nexus 7.
    88d9c30c
mediacodecdec_h264.c 8.85 KB