ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Mon May 11 22:33:48 2015 +0200| [a228f7d5e5eb689a67b3edcebeeaf540e18a68ce] | committer: Michael Niedermayer
avformat/avformat: slightly more verbose documentation for open_cb() Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a228f7d5e5eb689a67b3edcebeeaf540e18a68ce --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index f0593b8..719c23b 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() _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
