revid: check errors from mtsEnc function in pipeline.go

Issue #354 resolved
Trek Hopton created an issue

The mtsEnc function passed to setupPipeline returns an error but the error is ignored and never checked. This has lead to buggy code and hard to trace errors. We should check it and return the error if needed.

Comments (1)

  1. Log in to comment