Re: [libav-devel] [PATCH 10/12] lavc: add a field for passing AVHWFramesContext to encoders

2016-02-02 Thread Anton Khirnov
Quoting wm4 (2016-02-02 13:36:45) > On Tue, 2 Feb 2016 12:41:30 +0100 > Anton Khirnov wrote: > > > --- > > libavcodec/avcodec.h | 11 +++ > > libavcodec/utils.c | 2 ++ > > 2 files changed, 13 insertions(+) > > > > diff --git a/libavcodec/avcodec.h

Re: [libav-devel] [PATCH 10/12] lavc: add a field for passing AVHWFramesContext to encoders

2016-02-02 Thread wm4
On Tue, 02 Feb 2016 16:16:19 +0100 Anton Khirnov wrote: > Quoting wm4 (2016-02-02 13:36:45) > > On Tue, 2 Feb 2016 12:41:30 +0100 > > Anton Khirnov wrote: > > > > > --- > > > libavcodec/avcodec.h | 11 +++ > > > libavcodec/utils.c | 2 ++ > >

[libav-devel] [PATCH 10/12] lavc: add a field for passing AVHWFramesContext to encoders

2016-02-02 Thread Anton Khirnov
--- libavcodec/avcodec.h | 11 +++ libavcodec/utils.c | 2 ++ 2 files changed, 13 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fe3366b..cfd299d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2979,6 +2979,17 @@ typedef struct

Re: [libav-devel] [PATCH 10/12] lavc: add a field for passing AVHWFramesContext to encoders

2016-02-02 Thread wm4
On Tue, 2 Feb 2016 12:41:30 +0100 Anton Khirnov wrote: > --- > libavcodec/avcodec.h | 11 +++ > libavcodec/utils.c | 2 ++ > 2 files changed, 13 insertions(+) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index fe3366b..cfd299d 100644 > ---