mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-02 13:02:13 +00:00
Merge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b'
* commit '21733b39d0af5211d7b9f168ff3667ea86362e2b': lavu/qsv: fix a random hwupload failure regression Fixes CID #1439585. Merged-by: Mark Thompson <sw@jkqxz.net>
This commit is contained in:
commit
1f1ec958f6
@ -833,7 +833,7 @@ static int qsv_transfer_data_to(AVHWFramesContext *ctx, AVFrame *dst,
|
||||
|
||||
mfxSyncPoint sync = NULL;
|
||||
mfxStatus err;
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
while (!s->session_upload_init && !s->session_upload && !ret) {
|
||||
#if HAVE_PTHREADS
|
||||
|
Loading…
Reference in New Issue
Block a user