[FFmpeg-devel] [PATCH] Adds support for setting aq_mode in libvpx encoder

James Almer jamrial at gmail.com
Tue Aug 26 05:13:10 CEST 2014


On 25/08/14 10:39 PM, Michael Niedermayer wrote:
> On Mon, Aug 25, 2014 at 05:17:39PM -0700, Deb Mukherjee wrote:
>> Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
>> 0: none
>> 1: variance aq
>> 2: complexity aq
>> 3: cyclic refresh aq
>> ---
>>  doc/encoders.texi      | 5 ++++-
>>  libavcodec/libvpxenc.c | 9 +++++++++
>>  2 files changed, 13 insertions(+), 1 deletion(-)
> 
> breaks build:
> libavcodec/libvpxenc.c:127:6: error: ‘VP9E_SET_AQ_MODE’ undeclared here (not in a function)
> libavcodec/libvpxenc.c:127:5: error: array index in initializer not of integer type
> libavcodec/libvpxenc.c:127:5: error: (near initialization for ‘ctlidstr’)
> make: *** [libavcodec/libvpxenc.o] Error 1

Lets update the configure check then. Any git snapshot prior to 1.3.0 is not 
recommended for vp9 encoding anyway.
No point in adding even more pre-processor checks for this.


More information about the ffmpeg-devel mailing list