]> git.sesse.net Git - ffmpeg/commit
lavc: Remove register mechanism for hwaccels
authorMark Thompson <sw@jkqxz.net>
Wed, 25 Oct 2017 23:18:45 +0000 (00:18 +0100)
committerMark Thompson <sw@jkqxz.net>
Sun, 26 Nov 2017 21:36:34 +0000 (21:36 +0000)
commit9bd326ac465db2eee47301a1225d55dffd7bfe93
tree103f668172b86c16da4fa338b3135b58934aaa40
parent3536a3efb9fde88d34d526a51b1080247326cd6e
lavc: Remove register mechanism for hwaccels

There is no longer any need for a list of them at runtime, because
decoders now carry the pointers to their associated hwaccels internally.
The file containing external declarations is now used to make the list
of hwaccels for configure.
configure
libavcodec/allcodecs.c