Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 2832aff

Browse files
committed
update
1 parent 8a5c071 commit 2832aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transcoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ type Transcoder interface {
1414
OutputPipe(w io.WriteCloser, r io.ReadCloser) Transcoder
1515
WithOptions(opts Options) Transcoder
1616
WithAdditionalOptions(opts Options) Transcoder
17-
WithContext(ctx *context.Context) Transcoder
17+
WithContext(ctx context.Context) Transcoder
1818
GetMetadata() (Metadata, error)
1919
}

0 commit comments

Comments
 (0)