]> git.sesse.net Git - ffmpeg/commit
avformat: add url field to AVFormatContext
authorMarton Balint <cus@passwd.hu>
Fri, 29 Dec 2017 00:01:37 +0000 (01:01 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 28 Jan 2018 22:06:43 +0000 (23:06 +0100)
commitea3672b7d67c432724bdbc8de0221f869b6a04c6
tree7127b576630f140f79a0f73d07bc4a34a92ea824
parentdc5d1515681b57a257443ba72bb81fb3e6e6621b
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>
doc/APIchanges
libavformat/avformat.h
libavformat/internal.h
libavformat/mux.c
libavformat/utils.c
libavformat/version.h