• Martin Storsjö's avatar
    hdsenc: Clear the previous codec tag when setting up the chained muxer · 7fd10f66
    Martin Storsjö authored
    The chained flv muxer wants one set of tags - normally this set
    could be signaled via the AVOutputFormat codec_tag field (as
    smoothstreamingenc and dashenc do). hdsenc doesn't signal it, since
    the FLV codec tag arrays aren't exported from flvenc.c. This can
    lead to the caller keeping an original codec tag from the originating
    container here, which would then be a mismatch for the FLV muxer.
    Since we don't really care about what codec tag the caller might
    have set, just clear it and let the lavf muxer layer set the right
    one for the chained FLV muxer later instead.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    7fd10f66
Name
Last commit
Last update
compat Loading commit data...
doc 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...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore 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 Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
arch.mak Loading commit data...
avconv.c Loading commit data...
avconv.h Loading commit data...
avconv_dxva2.c Loading commit data...
avconv_filter.c Loading commit data...
avconv_opt.c Loading commit data...
avconv_vda.c Loading commit data...
avconv_vdpau.c Loading commit data...
avplay.c Loading commit data...
avprobe.c Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
library.mak Loading commit data...
version.sh Loading commit data...