diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-10-09 09:27:47 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2015-10-09 09:56:08 -0400 |
commit | 1e81fd3710a81ca9c5e13647a189a65ff48778b3 (patch) | |
tree | 8dccb44a12e5c9f0d06dbe4b9d1f1537305b9db8 | |
parent | 1896ac4abfe2528e3b22a988acf389a7652c3ef6 (diff) | |
download | ffmpeg-1e81fd3710a81ca9c5e13647a189a65ff48778b3.tar.gz |
avcodec/pthread_frame: update doxygen for update_context_from_thread
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-rw-r--r-- | libavcodec/pthread_frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c index c89b4ca2e0..7651211abe 100644 --- a/libavcodec/pthread_frame.c +++ b/libavcodec/pthread_frame.c @@ -187,6 +187,7 @@ static attribute_align_arg void *frame_worker_thread(void *arg) * @param dst The destination context. * @param src The source context. * @param for_user 0 if the destination is a codec thread, 1 if the destination is the user's thread + * @return 0 on success, negative error code on failure */ static int update_context_from_thread(AVCodecContext *dst, AVCodecContext *src, int for_user) { |