]> git.sesse.net Git - ffmpeg/commit
avformat/http: add ff_http_get_shutdown_status api for check the status of shutdown
authorSteven Liu <lq@chinaffmpeg.org>
Thu, 29 Aug 2019 23:14:27 +0000 (07:14 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Fri, 6 Sep 2019 02:26:16 +0000 (10:26 +0800)
commit6c593fee6335b8dda62eaa54d40504aa366b0696
tree67eedd5b1b1417feb78252d54405ca354ca038ee
parent2b66c757d6aa3a9feee4d25b587becd366c868f1
avformat/http: add ff_http_get_shutdown_status api for check the status of shutdown

this function is used to get the previous shutdown status
when reusing the old connection in block mode.

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavformat/http.c
libavformat/http.h