--- libavformat/avformat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 197a3f1..f4e1fec 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1381,6 +1381,8 @@ const AVClass *avformat_get_class(void); * @param c If non-NULL, the AVCodecContext corresponding to the new stream * will be initialized to use this codec. This is needed for e.g. codec-specific * defaults to be set, so codec should be provided if it is known. + * @note @ref avcodec_open2() will be called internally for the new stream + * AVCodecContext. * * @return newly created stream or NULL on error. */ -- 1.9.3 (Apple Git-50)
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
