Re: [FFmpeg-devel] [PATCH v1] fftools: fix hwaccles option dump redundancy

2020-04-13 Thread myp...@gmail.com
On Mon, Apr 13, 2020 at 9:30 PM Mark Thompson wrote: > > On 13/04/2020 13:02, Jun Zhao wrote: > > From: Jun Zhao > > Typo "hwaccels" in subject. > Missed this comment,sadly, > > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always > > dump redundancy acceleration methods for QSV

Re: [FFmpeg-devel] [PATCH v1] fftools: fix hwaccles option dump redundancy

2020-04-13 Thread myp...@gmail.com
On Mon, Apr 13, 2020 at 9:22 PM Andriy Gelman wrote: > > On Mon, 13. Apr 20:02, Jun Zhao wrote: > > From: Jun Zhao > > > > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always > > dump redundancy acceleration methods for QSV like: > > > > Hardware acceleration methods: > > vaapi

Re: [FFmpeg-devel] [PATCH v1] fftools: fix hwaccles option dump redundancy

2020-04-13 Thread Mark Thompson
On 13/04/2020 13:02, Jun Zhao wrote: > From: Jun Zhao Typo "hwaccels" in subject. > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always > dump redundancy acceleration methods for QSV like: Perhaps: """ When QSV is enabled in FFmpeg, the command "ffmpeg -hwaccels" shows a dupl

Re: [FFmpeg-devel] [PATCH v1] fftools: fix hwaccles option dump redundancy

2020-04-13 Thread Andriy Gelman
On Mon, 13. Apr 20:02, Jun Zhao wrote: > From: Jun Zhao > > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always > dump redundancy acceleration methods for QSV like: > > Hardware acceleration methods: > vaapi > qsv > drm > opencl > qsv > > Signed-off-by: Jun Zhao > --- > ffto

[FFmpeg-devel] [PATCH v1] fftools: fix hwaccles option dump redundancy

2020-04-13 Thread Jun Zhao
From: Jun Zhao when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always dump redundancy acceleration methods for QSV like: Hardware acceleration methods: vaapi qsv drm opencl qsv Signed-off-by: Jun Zhao --- fftools/ffmpeg_opt.c | 4 1 file changed, 4 deletions(-) diff --git