[FFmpeg-cvslog] avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.
Robert Nagy
git at videolan.org
Sun May 6 22:19:00 CEST 2012
ffmpeg | branch: master | Robert Nagy <ronag89 at gmail.com> | Sat Apr 14 20:31:45 2012 +0200| [ad0278661b2625e56e09d1ee96f404fc575a9edf] | committer: Diego Biurrun
avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.
Signed-off-by: Diego Biurrun <diego at biurrun.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad0278661b2625e56e09d1ee96f404fc575a9edf
---
libavcodec/avcodec.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8ae8992..8020582 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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.
More information about the ffmpeg-cvslog
mailing list