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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to