X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg%200.7%2Finclude%2Flibavformat%2Favio.h;h=bf1ea30bb3f24b437ff329d5582b831e5b6d943d;hb=f125bd720bf68257b9a0adbfc4ec1caef0596a2d;hp=07d127fd95d04c3e85812b45c16d24927b1b0bdd;hpb=4f7058172b7b297e10aad63001a9f4521846b06e;p=casparcg diff --git a/ffmpeg 0.7/include/libavformat/avio.h b/ffmpeg 0.7/include/libavformat/avio.h index 07d127fd9..bf1ea30bb 100644 --- a/ffmpeg 0.7/include/libavformat/avio.h +++ b/ffmpeg 0.7/include/libavformat/avio.h @@ -370,6 +370,7 @@ void avio_set_interrupt_cb(int (*interrupt_cb)(void)); * freed with av_free(). * * @param buffer Memory block for input/output operations via AVIOContext. + * The buffer must be allocated with av_malloc() and friends. * @param buffer_size The buffer size is very important for performance. * For protocols with fixed blocksize it should be set to this blocksize. * For others a typical size is a cache page, e.g. 4kb.