]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: fix av_bprint_finalize() usage
authorLimin Wang <lance.lmwang@gmail.com>
Mon, 22 Jun 2020 14:04:36 +0000 (22:04 +0800)
committerLimin Wang <lance.lmwang@gmail.com>
Thu, 2 Jul 2020 13:12:37 +0000 (21:12 +0800)
commitfdda832603c7f027b3d0541289182ad221c1439c
tree7250eafc425190f2593fca1cae48473b1581fa32
parentdb92efd83e6128ebc301ce615eda137c132ac290
avformat/hlsenc: fix av_bprint_finalize() usage

Don't need to do double check by the description of the API.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
libavformat/hlsenc.c