Re: [FFmpeg-devel] [PATCH] libvpxenc: Allow setting tune parameter

2016-02-07 Thread Timothy Gu
On Tue, Feb 02, 2016 at 06:20:39PM -0800, James Zern wrote: > On Tue, Feb 2, 2016 at 6:10 PM, Timothy Gu wrote: > > --- > > doc/encoders.texi | 6 ++ > > libavcodec/libvpxenc.c | 8 > > 2 files changed, 14 insertions(+) > > > > lgtm Pushed. Thanks.

[FFmpeg-devel] [PATCH] libvpxenc: Allow setting tune parameter

2016-02-02 Thread Timothy Gu
--- doc/encoders.texi | 6 ++ libavcodec/libvpxenc.c | 8 2 files changed, 14 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index c485f90..e9311eb 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1584,6 +1584,12 @@ follows: @code{(minrate * 100 /

Re: [FFmpeg-devel] [PATCH] libvpxenc: Allow setting tune parameter

2016-02-02 Thread James Zern
On Tue, Feb 2, 2016 at 6:10 PM, Timothy Gu wrote: > --- > doc/encoders.texi | 6 ++ > libavcodec/libvpxenc.c | 8 > 2 files changed, 14 insertions(+) > lgtm > diff --git a/doc/encoders.texi b/doc/encoders.texi > index c485f90..e9311eb 100644 > ---