quintodrome/core/playback/mpv/track_close_win.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
137 B
Go
Raw Normal View History

2024-04-14 09:50:37 -08:00
//go:build windows
package mpv
func (t *MpvTrack) Close() {
// Windows automatically handles closing
// and cleaning up named pipe
}