]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: Don't reset AVIOContext pointer manually a second time
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 9 May 2020 13:34:09 +0000 (15:34 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 10 May 2020 19:40:13 +0000 (21:40 +0200)
commita90f2265fa54ab35ee1b2058c7d6e746fd847359
treeecc0aa6532d0c3979bee004c253c496c9e109b30
parenta058d81570e037fd36c427f0bf5237184361ebdc
avformat/hlsenc: Don't reset AVIOContext pointer manually a second time

ff_format_io_close() already does it for us.

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