On 09.01.2015, at 09:15, "Zhao, Halley" <[email protected]> wrote: > From: "Zhao, Halley" <[email protected]> > > - do not support multi-thread decoding, it is unnecessary for hw
While it might not be possible to support in a proper way, and the FFmpeg multithreading is probably useless in the context of this library, but I think this is not generally true. Most hardware decoders need a good bit of parsing, and for some in combination with high-bitrate content it is enough that multithreading can be useful due to allowing to use two CPUs at low frequencies instead of having to clock one significantly higher. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
