Rename h264 to openh264

This commit is contained in:
Lukas Herman
2020-01-05 22:11:17 -08:00
parent 62aef6b8f3
commit 107b8c0a34
4 changed files with 11 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/pion/mediadevices"
"github.com/pion/mediadevices/examples/internal/signal"
_ "github.com/pion/mediadevices/pkg/codec/h264" // This is required to register h264 video encoder
_ "github.com/pion/mediadevices/pkg/codec/openh264" // This is required to register h264 video encoder
"github.com/pion/webrtc/v2"
)