You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't validate PassThroughTrackTranscoder track format (deepmedia#11)
* PassThroughTrackTranscoder supports not checking MediaFormatValidator
* throw InterruptedException when cancel transcode
* TaskFuture#cancel will call Thread#interrupt. Thread#interrupt throw InterruptedException only when thread is bloking. So other situation can't stop transcode.
0 commit comments