Re: [FFmpeg-devel] [PATCH 2/2] libvpxenc: Report encoded VP9 level

2016-11-28 Thread James Zern
On Mon, Nov 28, 2016 at 10:32 AM, Alex Converse wrote: > On Tue, Nov 22, 2016 at 3:10 PM, James Zern wrote: >> On Tue, Nov 22, 2016 at 12:08 PM, James Zern wrote: >>> On Tue, Nov 22, 2016 at 12:04 PM, James Zern wrote: On Fri, Nov 18, 2016 at 2:01 PM, Alex Converse wrote: > Repo

Re: [FFmpeg-devel] [PATCH 2/2] libvpxenc: Report encoded VP9 level

2016-11-28 Thread Alex Converse
On Tue, Nov 22, 2016 at 3:10 PM, James Zern wrote: > On Tue, Nov 22, 2016 at 12:08 PM, James Zern wrote: >> On Tue, Nov 22, 2016 at 12:04 PM, James Zern wrote: >>> On Fri, Nov 18, 2016 at 2:01 PM, Alex Converse >>> wrote: Report the actual level of the encoded output if a level is ta

Re: [FFmpeg-devel] [PATCH 2/2] libvpxenc: Report encoded VP9 level

2016-11-22 Thread James Zern
On Tue, Nov 22, 2016 at 12:08 PM, James Zern wrote: > On Tue, Nov 22, 2016 at 12:04 PM, James Zern wrote: >> On Fri, Nov 18, 2016 at 2:01 PM, Alex Converse >> wrote: >>> Report the actual level of the encoded output if a level is >>> targeted or the level is passively tracked with a target of 0

Re: [FFmpeg-devel] [PATCH 2/2] libvpxenc: Report encoded VP9 level

2016-11-22 Thread James Zern
On Tue, Nov 22, 2016 at 12:04 PM, James Zern wrote: > On Fri, Nov 18, 2016 at 2:01 PM, Alex Converse > wrote: >> Report the actual level of the encoded output if a level is >> targeted or the level is passively tracked with a target of 0. >> --- >> libavcodec/libvpxenc.c | 31 ++

Re: [FFmpeg-devel] [PATCH 2/2] libvpxenc: Report encoded VP9 level

2016-11-22 Thread James Zern
On Fri, Nov 18, 2016 at 2:01 PM, Alex Converse wrote: > Report the actual level of the encoded output if a level is > targeted or the level is passively tracked with a target of 0. > --- > libavcodec/libvpxenc.c | 31 +++ > 1 file changed, 31 insertions(+) > lgtm. I d

[FFmpeg-devel] [PATCH 2/2] libvpxenc: Report encoded VP9 level

2016-11-18 Thread Alex Converse
Report the actual level of the encoded output if a level is targeted or the level is passively tracked with a target of 0. --- libavcodec/libvpxenc.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 51f423a..