[FFmpeg-devel] [PATCH 0/2] [GSoC] Extend avio with move and delete for urls
Mariusz Szczepańczyk
mszczepanczyk at gmail.com
Sat Jun 20 14:52:47 CEST 2015
This patches add avio_move() and avio_delete() functions and implement
appropriate callbacks for file protocol provided as a working example.
Mariusz Szczepańczyk (2):
lavf/avio: Extend API with avio_move() and avio_delete()
lavf/file: implement move and delete callbacks
doc/APIchanges | 4 ++++
libavformat/avio.c | 38 ++++++++++++++++++++++++++++++++++++++
libavformat/avio.h | 19 +++++++++++++++++++
libavformat/file.c | 38 ++++++++++++++++++++++++++++++++++++++
libavformat/url.h | 2 ++
libavformat/version.h | 2 +-
6 files changed, 102 insertions(+), 1 deletion(-)
--
2.3.6
More information about the ffmpeg-devel
mailing list