Skip to content

Commit 5926e60

Browse files
authored
Update writer.go
1 parent 2f9f9b1 commit 5926e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func compareNextPts(a, b *encoder) bool {
310310

311311
// Return OUTPUT and combination of DEVICE and STREAM
312312
func (w *writer) Type() MediaType {
313-
return OUTPUT
313+
return w.t
314314
}
315315

316316
// Return the metadata for the media.

0 commit comments

Comments
 (0)