]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/url.h
Merge commit 'a31c4b2cbef9aee15910fc3df52519aef46760de'
[ffmpeg] / libavformat / url.h
index 1a845b77e7c5f377dbf1716f56794ae14f474175..99a3201cf6c8d9da961662aab4e7c721603e3d92 100644 (file)
@@ -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;
 
 /**