diff options
author | Marton Balint <cus@passwd.hu> | 2017-12-29 01:19:37 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-01-28 23:06:43 +0100 |
commit | fa8308d3d4f27d6fb38ac2069887a7b259f1c6ab (patch) | |
tree | fcc0f59016a4c7addf7c981e4279442a9b399369 /doc | |
parent | 18ac64235939c4c5c7656546a9545f68339affbe (diff) | |
download | ffmpeg-fa8308d3d4f27d6fb38ac2069887a7b259f1c6ab.tar.gz |
avformat: deprecate AVFormatContext filename field
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 878429848d..6185545d56 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -16,6 +16,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. 2018-01-xx - xxxxxxx - lavf 58.6.100 - avformat.h |