]> git.sesse.net Git - ffmpeg/commit
avformat/ipmovie: Remove redundant av_packet_unref()
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 18 Mar 2021 18:55:55 +0000 (19:55 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Mar 2021 23:21:01 +0000 (00:21 +0100)
commitda9eed79b9255c0b26110d731880a531fc7b22ef
tree2af937fbb75c9797af28b07d4f05b29a1fac69c0
parent3750390edee4b5b205de09d5539f9f881f80511e
avformat/ipmovie: Remove redundant av_packet_unref()

When one of these errors happens during ipmovie_read_packet(),
an error is returned and the packet is cleaned up generically.
And since 712d3ac539f30239b764d8621829dc9dc913da61 the same happens
in ipmovie_read_header().

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/ipmovie.c