diff options
author | Marton Balint <cus@passwd.hu> | 2017-12-29 01:01:37 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-01-28 23:06:43 +0100 |
commit | ea3672b7d67c432724bdbc8de0221f869b6a04c6 (patch) | |
tree | 7127b576630f140f79a0f73d07bc4a34a92ea824 /doc | |
parent | dc5d1515681b57a257443ba72bb81fb3e6e6621b (diff) | |
download | ffmpeg-streaming-ea3672b7d67c432724bdbc8de0221f869b6a04c6.zip ffmpeg-streaming-ea3672b7d67c432724bdbc8de0221f869b6a04c6.tar.gz |
avformat: add url field to AVFormatContext
This will replace the 1024 character limited filename field. Compatiblity for
output contexts are provided by copying filename field to URL if URL is unset
and by providing an internal function for muxers to set both url and filename
at once.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 59e3b20..8784298 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +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 Add AVFMTCTX_UNSEEKABLE (for HLS demuxer). |