mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/pthread_frame: fix setting hwaccel with threads and get_format()
Fixes assertion failure with vdpau and vlc Fixes Ticket3742 Tested-by: oromit Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
31d49db75e
commit
e36916a63f
@ -376,7 +376,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
||||
p->result = ff_get_buffer(p->avctx, p->requested_frame, p->requested_flags);
|
||||
break;
|
||||
case STATE_GET_FORMAT:
|
||||
p->result_format = p->avctx->get_format(p->avctx, p->available_formats);
|
||||
p->result_format = ff_get_format(p->avctx, p->available_formats);
|
||||
break;
|
||||
default:
|
||||
call_done = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user