We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4200a commit b673a34Copy full SHA for b673a34
1 file changed
mpeg.go
@@ -331,6 +331,7 @@ func (m *MPEG) Rewind() {
331
332
m.demux.Rewind()
333
m.time = 0
334
+ m.hasEnded = false
335
}
336
337
// Loop returns looping.
0 commit comments