This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
libavcodec/qsvdec.c delay in 1 microsecond replaced to more appropriate 500 microseconds
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Ivan Uskov
Michael Niedermayer
10 years ago
parent
947c2aa456
commit
9f543e01af
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/qsvdec.c
+ 1
- 1
libavcodec/qsvdec.c
View File
@@ -316,7 +316,7 @@ int ff_qsv_decode(AVCodecContext *avctx, QSVContext *q,
insurf, &outsurf, &sync);
if (ret != MFX_WRN_DEVICE_BUSY)
break;
av_usleep(
1
);
av_usleep(
500
);
} while (1);
if (MFX_WRN_VIDEO_PARAM_CHANGED==ret) {
Write
Preview
Loading…
Cancel
Save