Re: [libav-devel] [PATCH 1/2] lavu/qsv: add log message for libmfx version

2017-12-28 Thread Maxym Dmytrychenko
Just fine as well > 28 дек. 2017 г., в 11:59, Luca Barbato написал(а): > >> On 28/12/2017 10:38, Zhong Li wrote: >> It is benefit to diagnose issues related to different libmfx version. >> Signed-off-by: Zhong Li >> --- >> libavutil/hwcontext_qsv.c | 4

Re: [libav-devel] [PATCH 1/2] lavu/qsv: add log message for libmfx version

2017-12-28 Thread Luca Barbato
On 28/12/2017 10:38, Zhong Li wrote: It is benefit to diagnose issues related to different libmfx version. Signed-off-by: Zhong Li --- libavutil/hwcontext_qsv.c | 4 1 file changed, 4 insertions(+) Both patches look fine to me. I'll push them tomorrow if nobody is

[libav-devel] [PATCH 1/2] lavu/qsv: add log message for libmfx version

2017-12-28 Thread Zhong Li
It is benefit to diagnose issues related to different libmfx version. Signed-off-by: Zhong Li --- libavutil/hwcontext_qsv.c | 4 1 file changed, 4 insertions(+) diff --git a/libavutil/hwcontext_qsv.c b/libavutil/hwcontext_qsv.c index 5018a05..9270b22 100644 ---

[libav-devel] [PATCH 2/2] examples/qsvdec: remove the deprecated filed refcounted_frames

2017-12-28 Thread Zhong Li
It was just useful for deprecated API (avcodec_decode_video2), but useless for new decode APIs (avcodec_send_packet/avcodec_receive_frame). Signed-off-by: Zhong Li --- doc/examples/qsvdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/examples/qsvdec.c