X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fthread.h;h=d7d2ddd8f11e8028a3961cbdff7d08baafb37764;hb=7c1f347b184b6738abdc22fdcda40baa9f932522;hp=413196269f59dc007b3db4a0f36e8c267ecce3b0;hpb=11bc79089378a5ec00547d0f85bc152afdf30dfa;p=ffmpeg diff --git a/libavcodec/thread.h b/libavcodec/thread.h index 413196269f5..d7d2ddd8f11 100644 --- a/libavcodec/thread.h +++ b/libavcodec/thread.h @@ -52,10 +52,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_video2(). This means the decoder + * compatibility with AVCodec.decode. This means the decoder * has to consume the full packet. * - * Parameters are the same as avcodec_decode_video2(). + * Parameters are the same as AVCodec.decode. */ int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt);