Skip to content
Snippets Groups Projects
Commit d66a2260 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Rémi Denis-Courmont
Browse files

encoder: namespace encoder capability by category

Currently, when encoding an ES category, the encoders had to check
whether they supported the ES category and return an error, forcing many
modules to be loaded and probed for nothing.

By splitting by ES category, we ensure that most encoder that would have
not supported the encoding anyway won't be probed. As a side effect, it
improves the documentation in the help output by only listing encoders
that will actually be able to encode the format, for instance in
aenc/venc/senc options in the transcode module. It will also provide a
better way for the UI to list the available encoders.
parent dbf81e9a
No related branches found
No related tags found
1 merge request!1060encoder: namespace encoder capability by category
Pipeline #170460 passed with stages
in 49 minutes and 31 seconds
Showing
with 47 additions and 21 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment