summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-01-10 12:18:29 +0100
committerAnton Khirnov <anton@khirnov.net>2021-05-22 15:27:55 +0200
commit9d4c018497c7fb989dc68baeaf53a04aa1d7bd01 (patch)
tree0607ddfda0fc315e53753781f19066d209dd3096 /libavformat/internal.h
parentf27e3ccf06ee19935d160164ca4a02f28cfc2a27 (diff)
avio: do not export avpriv_io_{move,delete}
They are private and not used by anything outside of lavf. There is no reason for them to be exported.
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index d57e63c1c2..970fccf6c2 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -792,7 +792,7 @@ int ff_stream_add_bitstream_filter(AVStream *st, const char *name, const char *a
int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src);
/**
- * Wrap avpriv_io_move and log if error happens.
+ * Wrap ffurl_move() and log if error happens.
*
* @param url_src source path
* @param url_dst destination path