This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 88f26718a0 avcodec/decode: Fix build due to ff_thread_receive_frame()
88f26718a0 is described below
commit 88f26718a0dfd1de4fe6e07fb12ea96416a455e4
Author: Michael Niedermayer <[email protected]>
AuthorDate: Sun Dec 7 11:57:13 2025 +0100
Commit: Michael Niedermayer <[email protected]>
CommitDate: Sun Dec 7 11:58:01 2025 +0100
avcodec/decode: Fix build due to ff_thread_receive_frame()
Regression since: 5e56937b742b9110d38ce6fa4c7bdf2d5c355df4
Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/decode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/decode.c b/libavcodec/decode.c
index 89a55c1cd8..ca1adfa386 100644
--- a/libavcodec/decode.c
+++ b/libavcodec/decode.c
@@ -218,7 +218,7 @@ fail:
#if !HAVE_THREADS
#define ff_thread_get_packet(avctx, pkt) (AVERROR_BUG)
-#define ff_thread_receive_frame(avctx, frame) (AVERROR_BUG)
+#define ff_thread_receive_frame(avctx, frame, flags) (AVERROR_BUG)
#endif
static int decode_get_packet(AVCodecContext *avctx, AVPacket *pkt)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]