We should decode in multiple threads if there are multiple processors
available.  dv_decode_full_frame currently prevents this with a mutex,
though there's no obvious shared state that would make it unsafe
without the mutex.
