[FFmpeg-devel] [PATCH 5/6] ffmpeg: Always make the qsv device if the option is set

2017-01-17 Thread Mark Thompson
Previously it was only created if the decode hwaccel was requested; this makes it unconditionally so we can use it without the hwaccel. --- ffmpeg.h | 4 +--- ffmpeg_opt.c | 13 - ffmpeg_qsv.c | 14 ++ 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/ff

Re: [FFmpeg-devel] [PATCH 5/6] ffmpeg: Always make the qsv device if the option is set

2017-01-18 Thread wm4
On Tue, 17 Jan 2017 22:31:48 + Mark Thompson wrote: > Previously it was only created if the decode hwaccel was requested; > this makes it unconditionally so we can use it without the hwaccel. > --- > ffmpeg.h | 4 +--- > ffmpeg_opt.c | 13 - > ffmpeg_qsv.c | 14 ++---

Re: [FFmpeg-devel] [PATCH 5/6] ffmpeg: Always make the qsv device if the option is set

2017-01-21 Thread Mark Thompson
On 18/01/17 08:01, wm4 wrote: > On Tue, 17 Jan 2017 22:31:48 + > Mark Thompson wrote: > >> Previously it was only created if the decode hwaccel was requested; >> this makes it unconditionally so we can use it without the hwaccel. >> --- >> ffmpeg.h | 4 +--- >> ffmpeg_opt.c | 13 +++

Re: [FFmpeg-devel] [PATCH 5/6] ffmpeg: Always make the qsv device if the option is set

2017-01-22 Thread wm4
On Sat, 21 Jan 2017 22:16:15 + Mark Thompson wrote: > On 18/01/17 08:01, wm4 wrote: > > On Tue, 17 Jan 2017 22:31:48 + > > Mark Thompson wrote: > > > >> Previously it was only created if the decode hwaccel was requested; > >> this makes it unconditionally so we can use it without the