Skip to content

WIP: Export ffmpeg as an extension

Adam Jones requested to merge adamjones/ffmpeg into master

Closes #174 (closed)

It seems currently we have a intel-vaapi/ directory that houses the vaapi extension, but this just seems like it will become extremely confusing when defining future extensions.

So i propose to add an extensions/ directory and once this is merged in, move vaapi into this directory.

This then makes it easier to see a list of extensions that we support?

Merge request reports