Re: [FFmpeg-devel] [PATCH 05/13] lavc: Remove register mechanism for hwaccels

2017-11-20 Thread Philip Langdale
On Sat, 18 Nov 2017 18:47:05 + Mark Thompson wrote: > 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 config

[FFmpeg-devel] [PATCH 05/13] lavc: Remove register mechanism for hwaccels

2017-11-18 Thread Mark Thompson
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 | 2 +- libavcodec/allcodecs.c |