Commit ad027866 authored by Robert Nagy's avatar Robert Nagy Committed by Diego Biurrun

avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent be6009d3
......@@ -2626,7 +2626,7 @@ typedef struct AVCodecContext {
/**
* Set by the client if its custom get_buffer() callback can be called
* from another thread, which allows faster multithreaded decoding.
* synchronously from another thread, which allows faster multithreaded decoding.
* draw_horiz_band() will be called from other threads regardless of this setting.
* Ignored if the default get_buffer() is used.
* - encoding: Set by user.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment