The BVC DecoderFactory — registers the 'bvc' format and constructs the
right decoder for a requested backend (auto → BvcAutoDecoder,
cpu-wasm → BvcDecoder, cpu-wasm-workers → BvcWorkerDecoder).
Remarks
Most consumers should call createBvcDecoder instead, which adds
runtime capability detection on top of this factory.
The BVC
DecoderFactory— registers the'bvc'format and constructs the right decoder for a requested backend (auto→ BvcAutoDecoder,cpu-wasm→ BvcDecoder,cpu-wasm-workers→ BvcWorkerDecoder).