]> git.sesse.net Git - casparcg/blobdiff - ffmpeg 0.7/include/libavformat/avio.h
2.0.2: INFO TEMPLATE works on both compressed and uncompressed templates.
[casparcg] / ffmpeg 0.7 / include / libavformat / avio.h
index 07d127fd95d04c3e85812b45c16d24927b1b0bdd..bf1ea30bb3f24b437ff329d5582b831e5b6d943d 100644 (file)
@@ -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.