]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
avformat: deprecate AVFormatContext filename field
[ffmpeg] / doc / APIchanges
index 878429848d050cf1a2274cd4155801154880e4e7..6185545d56c3b0f796b9668ab69396a3edf87065 100644 (file)
@@ -15,6 +15,10 @@ libavutil:     2017-10-21
 
 API changes, most recent first:
 
+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.
+
 2018-01-xx - xxxxxxx - lavf 58.7.100 - avformat.h
   Add url field to AVFormatContext and add ff_format_set_url helper function.