]> git.sesse.net Git - ffmpeg/commit - libavformat/http.c
avformat/http: use AVBPrint to construct HTTP request
authorMarton Balint <cus@passwd.hu>
Fri, 7 Feb 2020 23:08:54 +0000 (00:08 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 15 Feb 2020 17:41:36 +0000 (18:41 +0100)
commit86b2fe941126fd4fee86f2aca91b43019b7b0c5f
treed7c5e8748d19bca3c49fcadb369c24805f6d32dd
parenta3d8875df1f71e62a36c583cee638ab1d51a71d3
avformat/http: use AVBPrint to construct HTTP request

v2: Use s->buffer for creating request (as the old code did) instead of
the AVBPrint internal buffer. Some minor cosmetics.

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