]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/thread.h
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
[ffmpeg] / libavcodec / thread.h
index 6de28a5bd11222aaac359a902f657ba83fcba271..e83803073f8df7f1acc313484c4ce0ad0863c36b 100644 (file)
@@ -89,7 +89,7 @@ void ff_thread_await_progress(AVFrame *f, int progress, int field);
 
 /**
  * Wrapper around get_buffer() for frame-multithreaded codecs.
- * Call this function instead of avctx->get_buffer(f).
+ * Call this function instead of ff_get_buffer(f).
  * Cannot be called after the codec has called ff_thread_finish_setup().
  *
  * @param avctx The current context.