Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer 10 years ago
parent
commit
a228f7d5e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avformat.h

+ 1
- 1
libavformat/avformat.h View File

@@ -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()


Loading…
Cancel
Save