As a decoder, you can't make any assumptions about how many partitions
an input stream will have.
> --
> You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
> To post to this group, send email to webm-d...@webmproject.org.
> To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
> For more options, visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
>
> I am talking about single partition with multiple cores available.
> libvpx creates only one thread for it (main thread). So i am not able
> to use my remaining cores for decoding even there is a possibility of
> wave front order for prediction, idct & deblocking.
The libav decoder supports multi-threaded decoding of any input, and
it's much faster than libvpx. If its LGPL licence is acceptable to you,
you'd be better off using it.
--
M�ns Rullg�rd
ma...@mansr.com