mirror of
https://github.com/livepeer/lpms
synced 2026-04-23 00:07:25 +08:00
c0858be434
This commit allows for switching between transcode() function implementations. Refactored transcode2() will be used when environment variable LPMS_USE_NEW_TRANSCODE is set, and the original transcode() otherwise. The idea is to allow for gradual roll-out of new refactored implementation.