mirror of
https://github.com/livepeer/lpms
synced 2026-04-23 00:07:25 +08:00
fa1c8e7388
I was reviewing transcode2() source vs old transcode() and found out that in old code errors in decode loop were "tolerated". What I mean by that is that such error was interrupting the decode loop but the flushing of the filters would still be performed. transcode2() was modified accordingly to replicate previous code's behaviour.