]> git.sesse.net Git - ffmpeg/commit
http: do not print a warning message for expired cookies
authorwm4 <nfxjfg@googlemail.com>
Thu, 8 Mar 2018 03:30:35 +0000 (04:30 +0100)
committerwm4 <nfxjfg@googlemail.com>
Sun, 18 Mar 2018 11:36:24 +0000 (12:36 +0100)
commit39c1d170a3474a06f4805589d642f605f7ef1436
tree3426e845266c38903d75e7a9edb0969afa7d1b31
parent4b86ac27a017ccd1d166f0bdd38c08720c561f7d
http: do not print a warning message for expired cookies

libavformat prints a warning that the cookie couldn't be parsed (see
callers of parse_cookie()). This is obviously not true - it could be
parsed, but was simply ignored. Don't return an error to avoid the
warning.
libavformat/http.c