]> git.sesse.net Git - vlc/commit
avcodec: hw accel with frame multithreading works since libavcodec 55.01.00
authorJanne Grunau <janne-vlc@jannau.net>
Wed, 27 Mar 2013 16:05:44 +0000 (17:05 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 27 Mar 2013 17:03:37 +0000 (18:03 +0100)
commitb72986e83bad854b2db4a0e7e1d4e54be5140179
treeff4a66dbbef7972ae882a93c3c37e6fb1c9b178e
parent51f0570e607dfd3049d27217bbc8d9f305440a72
avcodec: hw accel with frame multithreading works since libavcodec 55.01.00

This is mostly useful if the hw accelerator cannot handle the stream.
The software decoder fallback will then use frame multithreading if it
supports it.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/avcodec/video.c