Skip to content

Commit 0fa4922

Browse files
DailorJoeTurki
authored andcommitted
Remove inaccurate comments
1 parent f03eb73 commit 0fa4922

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/save-to-disk-av1/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ func main() {
5353
// Create a MediaEngine object to configure the supported codec
5454
mediaEngine := &webrtc.MediaEngine{}
5555

56-
// Setup the codecs you want to use.
57-
// We'll use a VP8 and Opus but you can also define your own
5856
if err := mediaEngine.RegisterCodec(webrtc.RTPCodecParameters{
5957
RTPCodecCapability: webrtc.RTPCodecCapability{
6058
MimeType: webrtc.MimeTypeAV1,

0 commit comments

Comments
 (0)