Commit a228f7d5 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/avformat: slightly more verbose documentation for open_cb()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 77ccc914
...@@ -1791,7 +1791,7 @@ typedef struct AVFormatContext { ...@@ -1791,7 +1791,7 @@ typedef struct AVFormatContext {
* The function should behave like avio_open2(), AVFormatContext is provided * The function should behave like avio_open2(), AVFormatContext is provided
* as contextual information and to reach AVFormatContext.opaque. * 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. * Must not be accessed directly from outside avformat.
* @See av_format_set_open_cb() * @See av_format_set_open_cb()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment