[FFmpeg-devel] [PATCH 2/2] libvpxenc: add VP9 options

James Zern jzern at google.com
Sun Nov 3 00:22:36 CET 2013


On Sat, Nov 2, 2013 at 12:37 PM, Timothy Gu <timothygu99 at gmail.com> wrote:
> On Nov 2, 2013 12:09 PM, "James Zern" <jzern at google.com> wrote:
>>
>> same as their vpxenc equivalents:
>> -lossless
>> -tile-columns
>> -tile-rows
>> -frame-parallel
>> ---
>>  libavcodec/libvpxenc.c | 25 +++++++++++++++++++++++++
>>  1 file changed, 25 insertions(+)
>
> Would this need some configure updates (version check)?
>
No as there's already a separate check for VP9, but protecting the
VP9E* constants with an ifdef is needed to build against older
libraries. The latest patch now builds against a libvpx with VP8 only.


More information about the ffmpeg-devel mailing list