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
there are a few methods defined on the CodecPipeline base class that don't need to be methods. Based on their signatures, they are functions that operate on iterables of codecs, so that's probably how we should represent them in our codebase:
there are a few methods defined on the
CodecPipelinebase class that don't need to be methods. Based on their signatures, they are functions that operate on iterables of codecs, so that's probably how we should represent them in our codebase: