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:
parent
6a14a93af5
commit
88f26718a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue