---
 libavcodec/avcodec.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 4307af2..26c8063 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2324,7 +2324,8 @@ typedef struct AVCodec {
     /**
      * Copy all necessary context variables from the last thread before starting the next one.
      * If the codec doesn't define this, the next thread will start automatically; otherwise,
-     * the codec must call ff_report_frame_setup_done().
+     * the codec must call ff_report_frame_setup_done(). Will not be called if frame threading
+     * is disabled.
      */
     int (*update_context)(AVCodecContext *, AVCodecContext *from);
     /** @} */
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to