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
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 +++
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 ++---
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