From 80e18bb4868a3e95e49b98bcabff25607e1b9679 Mon Sep 17 00:00:00 2001 From: Mariusz SzczepaƄczyk Date: Wed, 17 Jun 2015 20:12:00 +0200 Subject: lavf/avio: Extend API with avio_move() and avio_delete() Signed-off-by: Michael Niedermayer --- libavformat/url.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/url.h') diff --git a/libavformat/url.h b/libavformat/url.h index 1a845b77e7..99a3201cf6 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -90,6 +90,8 @@ typedef struct URLProtocol { int (*url_open_dir)(URLContext *h); int (*url_read_dir)(URLContext *h, AVIODirEntry **next); int (*url_close_dir)(URLContext *h); + int (*url_delete)(URLContext *h); + int (*url_move)(URLContext *h_src, URLContext *h_dst); } URLProtocol; /** -- cgit v1.2.3