Update comments

This commit is contained in:
Lukas Herman
2020-03-20 23:43:50 -04:00
parent c9b90fb233
commit 4cc142de3b
5 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/pion/mediadevices/pkg/frame"
"github.com/pion/webrtc/v2"
"github.com/pion/mediadevices/pkg/codec/vaapi" // This is required to register VP8/VP9 video encoder
"github.com/pion/mediadevices/pkg/codec/vaapi" // This is required to use VP8/VP9 video encoder
// Note: If you don't have a camera or your adapters are not supported,
// you can always swap your adapters with our dummy adapters below.