]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_filename
authorMarton Balint <cus@passwd.hu>
Sat, 6 Jan 2018 17:41:27 +0000 (18:41 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 28 Jan 2018 22:06:43 +0000 (23:06 +0100)
commitdc5d1515681b57a257443ba72bb81fb3e6e6621b
treee98b2704769c838ff0d88841644a4a2ce2014a63
parent78b982d3b9f11877a5e4408146cc3cb82908862c
avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_filename

In preparation for the deprecation of AVFormatContext->filename.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/hlsenc.c