]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: Use AVBPrint to avoid allocations of strings
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 8 Apr 2020 11:14:17 +0000 (13:14 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 8 Apr 2020 14:47:19 +0000 (16:47 +0200)
commitc9cd0a20b209144648f8402f6b4ed0970cd54502
tree0ca7370d265bafae43b102e0cb1eba193997d0cd
parentde8f6a403350dca74a4d395a2c8b85592138cf0c
avformat/hlsenc: Use AVBPrint to avoid allocations of strings

when deleting old segments.

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