• Martin Storsjö's avatar
    movenc: Fix conversion of the first frame for extradata-less H264/HEVC · 1aec1fbc
    Martin Storsjö authored
    Move the copying of the frame to vos_data further up in the function,
    so that when writing the actual frame data for the first frame, it's
    clear that the stream really is in annex b format, for the cases where
    we create extradata from the first frame.
    
    Alternatively - we could invert the checks for bitstream format. If
    extradata is missing, we can't pretend that the bitstream is in
    mp4 form, because we can't even know the NAL unit length prefix size
    in that case.
    
    Also avoid creating extradata for AVC intra. If the track tag is
    an AVC intra tag, don't copy the frame into vos_data - this matches
    other existing cases of how vos_data and TAG_IS_AVCI interact in
    other places.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    1aec1fbc
movenc.c 265 KB