[FFmpeg-devel] [PATCH 1/2] tools/probetest: replace the deprecated API

2019-11-02 Thread zhongli_dev
From: Zhong Li Signed-off-by: Zhong Li --- tools/probetest.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/probetest.c b/tools/probetest.c index 2c6c1de246..cfa309cabd 100644 --- a/tools/probetest.c +++ b/tools/probetest.c @@ -38,9 +38,10 @@ static const char

[FFmpeg-devel] [PATCH 2/2] tools/enum_options: replace the deprecated API

2019-11-02 Thread zhongli_dev
From: Zhong Li Signed-off-by: Zhong Li --- tools/enum_options.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/enum_options.c b/tools/enum_options.c index 77e1f9f799..28631d1a6b 100644 --- a/tools/enum_options.c +++ b/tools/enum_options.c @@ -88,20 +88,22 @

[FFmpeg-devel] [PATCH 1/2] lavc/qsvenc: enable vp9 encoder

2019-10-26 Thread zhongli_dev
From: Zhong Li 1. must enable low_power mode since just VDENC can be supported by iHD driver right now 2. Coding option1 and extra_data are not supported by MSDK 3. IVF header will be inserted in MSDK by default, but it is not needed for FFmpeg, so disable it. Signed-off-by: Zhong Li --- Chang

[FFmpeg-devel] [PATCH 2/2] tools/probetest: replace the deprecated API

2019-10-26 Thread zhongli_dev
From: Zhong Li Signed-off-by: Zhong Li --- tools/probetest.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/probetest.c b/tools/probetest.c index 2c6c1de246..75ed42d480 100644 --- a/tools/probetest.c +++ b/tools/probetest.c @@ -39,8 +39,9 @@ static void probe(AV