summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-11 22:33:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-11 22:33:48 +0200
commita228f7d5e5eb689a67b3edcebeeaf540e18a68ce (patch)
tree9f58d53e6481f5c41b40607fdd91014c7e0dd7df /libavformat/avformat.h
parent77ccc9145aa585c6edf8b468668ee8dcb8586c2e (diff)
avformat/avformat: slightly more verbose documentation for open_cb()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index f0593b8b9f..719c23b33c 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1791,7 +1791,7 @@ typedef struct AVFormatContext {
* The function should behave like avio_open2(), AVFormatContext is provided
* as contextual information and to reach AVFormatContext.opaque.
*
- * If NULL then avio_open2() is used.
+ * If NULL then some simple checks are used together with avio_open2().
*
* Must not be accessed directly from outside avformat.
* @See av_format_set_open_cb()