[FFmpeg-devel] [PATCH] Adds support for setting aq_mode in libvpx encoder
Michael Niedermayer
michaelni at gmx.at
Tue Aug 26 03:39:26 CEST 2014
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
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Asymptotically faster algorithms should always be preferred if you have
asymptotical amounts of data
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140826/ceea03b5/attachment.asc>
More information about the ffmpeg-devel
mailing list