• 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
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...