revid: fixed AVDevice comment

This commit is contained in:
Saxon 2019-11-06 08:48:11 +10:30
parent 7dc15d8095
commit bc7f450c5f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const (
)
// AVDevice describes a configurable audio or video device from which media data
// can be obtained. AVDevice implements io.Reader.
// can be obtained. AVDevice is an io.Reader.
type AVDevice interface {
io.Reader