Re: [libav-devel] [PATCH 05/10] lavc: Add a way to control how many hardware frames are allocated for decode

2017-03-28 Thread wm4
On Mon, 27 Mar 2017 21:38:14 +0100 Mark Thompson wrote: > --- > doc/APIchanges | 3 +++ > libavcodec/avcodec.h | 14 ++ > libavcodec/options_table.h | 1 + > 3 files changed, 18 insertions(+) > > diff --git a/doc/APIchanges b/doc/APIchanges > index 649d35a08..677

Re: [libav-devel] [PATCH 05/10] lavc: Add a way to control how many hardware frames are allocated for decode

2017-03-28 Thread Luca Barbato
On 27/03/2017 22:38, Mark Thompson wrote: > --- > doc/APIchanges | 3 +++ > libavcodec/avcodec.h | 14 ++ > libavcodec/options_table.h | 1 + > 3 files changed, 18 insertions(+) Seems fine. ___ libav-devel mailing list l

[libav-devel] [PATCH 05/10] lavc: Add a way to control how many hardware frames are allocated for decode

2017-03-27 Thread Mark Thompson
--- doc/APIchanges | 3 +++ libavcodec/avcodec.h | 14 ++ libavcodec/options_table.h | 1 + 3 files changed, 18 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 649d35a08..677f5f7f1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@