On Thu, Apr 20, 2017 at 3:06 PM, James Zern <jz...@google.com> wrote:
> On Thu, Apr 20, 2017 at 1:42 PM, Ronald S. Bultje <rsbul...@gmail.com> wrote:
>> Hi,
>>
>> On Thu, Apr 20, 2017 at 2:42 PM, James Zern <jzern-at-google....@ffmpeg.org>
>> wrote:
>>
>>> On Thu, Apr 13, 2017 at 6:44 PM, James Zern <jz...@google.com> wrote:
>>> > this was added in 1.6.0
>>> >
>>> > Signed-off-by: James Zern <jz...@google.com>
>>> > ---
>>> >  doc/encoders.texi      | 2 +-
>>> >  libavcodec/libvpxenc.c | 3 ++-
>>> >  2 files changed, 3 insertions(+), 2 deletions(-)
>>> >
>>>
>>> I'll submit this soon if there aren't any comments.
>>
>>
>> Looks good.
>>
>> (I'm guessing it doesn't need an ABI version check because it's
>> automatically clipped internally if you specify aq-mode=4 to an earlier
>> version of the library?)
>>
>
> Older libs will fail as it will exceed the range check. I debated an
> abi check, but that only pushes the range failure up to this level if
> we constrain the range.

Pushed with an abi check since control failures are non-fatal as
opposed to the range check in libvpxenc.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to