avviddec: Add thread-type property
Submitted by Seungha Yang
Link to original bug (#797254)
Description
The thread-type property allows specifying preferred
multithreading methods by user. Note that FF_THREAD_FRAME
may introduce additional latency especially on non-filesrc usecase,
since it introduces a decoding delay of (number of threads) frames.