]> git.sesse.net Git - ffmpeg/commit
avcodec: remove warning against using frame threading with hwaccels
authorwm4 <nfxjfg@googlemail.com>
Sat, 18 Mar 2017 08:49:20 +0000 (09:49 +0100)
committerwm4 <nfxjfg@googlemail.com>
Tue, 21 Mar 2017 05:17:43 +0000 (06:17 +0100)
commit66963d4b8d302611553e7928063c1cb2ff0efdff
treef2a400ae751c44dbc3ed093dd85ae7700edea524
parent2e5c52896b0a07dee714267ab5beab7ad0ae5c90
avcodec: remove warning against using frame threading with hwaccels

libavcodec now automatically serializes decoding for hwaccels which
are not thread-safe. This means API users, which rely on the libavcodec
native software fallback mechanism, can now simply enable threading
without running into problems.
libavcodec/utils.c