We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5c071 commit 2832affCopy full SHA for 2832aff
transcoder.go
@@ -14,6 +14,6 @@ type Transcoder interface {
14
OutputPipe(w io.WriteCloser, r io.ReadCloser) Transcoder
15
WithOptions(opts Options) Transcoder
16
WithAdditionalOptions(opts Options) Transcoder
17
- WithContext(ctx *context.Context) Transcoder
+ WithContext(ctx context.Context) Transcoder
18
GetMetadata() (Metadata, error)
19
}
0 commit comments