aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/av1_parser.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt2019-08-13 04:47:15 +0200
committerMichael Niedermayer2020-01-26 17:24:41 +0100
commit148fb44b369403931e5ad299aefb0e6a4206a0f7 (patch)
tree940c3399275121134a3d3096a95944039bbbf160 /libavcodec/av1_parser.c
parent020159e0e73ddeaeb393f1c40d58fd11447d95a1 (diff)
avformat/mux: Don't unnecessarily zero-initialize AVPacketList
If no error occurs and this AVPacketList is used at all, its packet substructure will be overwritten and its next pointer explicitly set, so every field will still be initialized even when using av_malloc. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/av1_parser.c')
0 files changed, 0 insertions, 0 deletions