-
- Downloads
avcodec/qsv: fix async support
Current implementations of qsv components incorrectly work with async level, they actually try to work in async+1 level stepping into MFX_WRN_DEVICE_BUSY and polling loop. This change address this misbehaviour. Signed-off-by:Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com> Cc: Maxym Dmytrychenko <maxim.d33@gmail.com> Cc: Zhong Li <zhong.li@intel.com> Signed-off-by:
Maxym Dmytrychenko <maxim.d33@gmail.com>
Showing
- libavcodec/qsvdec.c 12 additions, 3 deletionslibavcodec/qsvdec.c
- libavcodec/qsvdec_h2645.c 2 additions, 2 deletionslibavcodec/qsvdec_h2645.c
- libavcodec/qsvdec_other.c 1 addition, 1 deletionlibavcodec/qsvdec_other.c
- libavcodec/qsvenc.c 13 additions, 4 deletionslibavcodec/qsvenc.c
- libavcodec/qsvenc.h 1 addition, 1 deletionlibavcodec/qsvenc.h
Loading
Please register or sign in to comment