avcodec/decode: Fix build due to ff_thread_receive_frame()

Regression since: 5e56937b74

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2025-12-07 11:57:13 +01:00
parent 6a14a93af5
commit 88f26718a0

View File

@@ -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)