diff options
author | wm4 <nfxjfg@googlemail.com> | 2018-01-25 18:57:26 +0100 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2018-02-04 15:08:48 +0100 |
commit | ff46124b0df17a1d35249e09ae8eae9a61f16e04 (patch) | |
tree | 750773288623c1b546dfd181730def111fdebd7a /doc | |
parent | 0519e66a90f076591fb35dab1a3ed14204de08c0 (diff) | |
download | ffmpeg-ff46124b0df17a1d35249e09ae8eae9a61f16e04.tar.gz |
rtsp: rename certain options after a deprecation period
The "timeout" option name inherently clashes with the meaning of the
HTTP libavformat protocol option with the same name. Rename it after a
deprecation period to make it compatible with the HTTP one.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 6185545d56..b802f62d4d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,13 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-02-xx - xxxxxxx - lavf 58.8.100 - avformat.h + Deprecate the current names of the RTSP "timeout", "stimeout", "user-agent" + options. Introduce "listen_timeout" as replacement for the current "timeout" + option, and "user_agent" as replacement for "user-agent". Once the deprecation + is over, the old "timeout" option will be removed, and "stimeout" will be + renamed to "stimeout" (the "timeout" option will essentially change semantics). + 2018-01-xx - xxxxxxx - lavf 58.7.100 - avformat.h Deprecate AVFormatContext filename field which had limited length, use the new dynamically allocated url field instead. |