mirror of
https://github.com/pion/mediadevices.git
synced 2025-10-27 18:40:51 +08:00
Hide DecoderFunc
Since DecoderFunc is not being used as a public API, there's no need to increase the API surface area.
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func NewDecoder(f Format) (Decoder, error) {
|
||||
var decoder DecoderFunc
|
||||
var decoder decoderFunc
|
||||
|
||||
switch f {
|
||||
case FormatI420:
|
||||
|
||||
Reference in New Issue
Block a user