On Wed, Aug 03, 2022 at 01:02:47PM -0300, James Almer wrote: > Signed-off-by: James Almer <jamr...@gmail.com> > --- > libavcodec/pthread_frame.c | 30 ++++++++++++++++++++++++++++++ > libavcodec/threadframe.h | 3 +++ > libavcodec/utils.c | 21 +++++++++++++++++++++ > 3 files changed, 54 insertions(+) [...] > diff --git a/libavcodec/utils.c b/libavcodec/utils.c > index e73e3a7d08..44ed19458c 100644 > --- a/libavcodec/utils.c > +++ b/libavcodec/utils.c > @@ -928,6 +928,27 @@ int ff_thread_get_ext_buffer(AVCodecContext *avctx, > ThreadFrame *f, int flags) > return ff_get_buffer(avctx, f->f, flags); > } > > +int ff_thread_replace_frame(AVCodecContext *avctx, , ThreadFrame *dst, ^^^ typo
thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answer.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".