summaryrefslogtreecommitdiff
path: root/libavcodec/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/thread.h')
-rw-r--r--libavcodec/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/thread.h b/libavcodec/thread.h
index 716301b29f..d36dc83bd7 100644
--- a/libavcodec/thread.h
+++ b/libavcodec/thread.h
@@ -44,10 +44,10 @@ void ff_thread_flush(AVCodecContext *avctx);
* Returns the next available frame in picture. *got_picture_ptr
* will be 0 if none is available.
* The return value on success is the size of the consumed packet for
- * compatibility with AVCodec.decode. This means the decoder
+ * compatibility with FFCodec.decode. This means the decoder
* has to consume the full packet.
*
- * Parameters are the same as AVCodec.decode.
+ * Parameters are the same as FFCodec.decode.
*/
int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture,
int *got_picture_ptr, AVPacket *avpkt);