]> git.sesse.net Git - ffmpeg/commit
avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100
authorJun Li <junli1026@gmail.com>
Sun, 31 Mar 2019 04:35:51 +0000 (21:35 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 31 Mar 2019 21:23:52 +0000 (23:23 +0200)
commit4f5e660e69545bd54955002c13dcbe4dbddb1dc4
treeb8f729820d498cb2ab617bb609a67d72fe37f4b4
parent93748a2efa66c49b2b84d163829566ebbfc2bd58
avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100

Fix ticket #7297
The current setting for send-expect-100 option is either
enabled if applicable or forced enabled, no option to force
disable the header. This change is to expand the option setting
to provide more flexibility, which is useful for rstp case.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/protocols.texi
libavformat/http.c
libavformat/icecast.c
libavformat/rtsp.c