]> git.sesse.net Git - ffmpeg/commit
avformat/hls: Use av_init_pkt() directly
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 14 Aug 2020 20:59:57 +0000 (22:59 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 18 Aug 2020 05:03:00 +0000 (07:03 +0200)
commit97d802914994b29eba97dc49e35e8ed60b5b8ae3
tree7f00ce15af3d3163d2078ce0c51f2cc0a4ed94a0
parent8c91b5c48a6bf22359d7565f94a12adae24e4719
avformat/hls: Use av_init_pkt() directly

and remove reset_packet(). The packet's data pointer is already zeroed,
so the only thing that reset_packet() does that av_init_pkt() doesn't is
redundant.

Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/hls.c