---
libavcodec/pthread.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c
index 25f308b..99a029c 100644
--- a/libavcodec/pthread.c
+++ b/libavcodec/pthread.c
@@ -53,7 +53,7 @@ typedef struct PerThreadContext {
pthread_cond_t output_cond; ///< Used by the main thread to wait for frames to finish.
pthread_mutex_t mutex; ///< Mutex used to protect the contents of the PerThreadContext.
- pthread_mutex_t progress_mutex; ///< Mutex used to protect decode_progress and condition variables.
+ pthread_mutex_t progress_mutex; ///< Mutex used to protect frame progress values and progress_cond.
pthread_mutex_t buffer_mutex; ///< Mutex used to protect get/release_buffer().
AVCodecContext *avctx; ///< Context used to decode frames passed to this thread.
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc