Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Jun 26, 2024
1 parent bea00ff commit 9733e0c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,8 @@ type stream struct {
*ff.AVStream
}

type writerstream struct {
t MediaType
codec *ff.AVCodec
}

var _ Stream = (*stream)(nil)

//var _ Stream = (*writerstream)(nil)

////////////////////////////////////////////////////////////////////////////////
// LIFECYCLE

Expand Down

0 comments on commit 9733e0c

Please sign in to comment.