Skip to content

Commit 9733e0c

Browse files
committed
Cleanup
1 parent bea00ff commit 9733e0c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

stream.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,8 @@ type stream struct {
1212
*ff.AVStream
1313
}
1414

15-
type writerstream struct {
16-
t MediaType
17-
codec *ff.AVCodec
18-
}
19-
2015
var _ Stream = (*stream)(nil)
2116

22-
//var _ Stream = (*writerstream)(nil)
23-
2417
////////////////////////////////////////////////////////////////////////////////
2518
// LIFECYCLE
2619

0 commit comments

Comments
 (0)