mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-01-12 00:06:51 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user