Skip to content
Snippets Groups Projects
Commit 04b0dda8 authored by Deb Mukherjee's avatar Deb Mukherjee Committed by Michael Niedermayer
Browse files

avcodec/libvpxdec: Adds decode support for formats other than 420


Handles decoding of new VP9 profiles 1-3 with different color sampling
and bit-depths.

For high bitdepth (profiles 2 and 3) support, we currently need to link
with the highbitdepth branch of libvpx with --enable-experimental
and --enable-vp9-high config options on. But eventually this branch will
be merged into master, whereafter to enable high bitdepth
support you will need to link with libvpx with configure option
--enable-vp9-highbitdepth on.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent b24d74e4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment