]> git.sesse.net Git - ffmpeg/commit
avformat/argo_asf: initialise file header inline
authorZane van Iperen <zane@zanevaniperen.com>
Mon, 14 Sep 2020 23:22:22 +0000 (09:22 +1000)
committerZane van Iperen <zane@zanevaniperen.com>
Wed, 16 Sep 2020 03:26:06 +0000 (13:26 +1000)
commitc79f07cc0c0b15252f13f56d61cf29c0081445b3
treed7d8398c2b99a6596705ececcddce8aac536551d
parent7cc8a2bb0b39ef8b428ca99d950dd01cff44a2e0
avformat/argo_asf: initialise file header inline

Garbage was left-over in the ArgoASFFileHeader::name field if the url
was too short. This zero-initialises it.

Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
libavformat/argo_asf.c