Skip to content

Commit

Permalink
Add /v2
Browse files Browse the repository at this point in the history
v2 is needed since pion#119 drops some fields.
  • Loading branch information
aler9 committed May 16, 2021
1 parent b7e6b3a commit cd13fd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contribu
* [debiandebiandebian](https://github.com/debiandebiandebian)
* [Juliusz Chroboczek](https://github.com/jech)
* [ffmiyo](https://github.com/ffmiyo)
* [Alessandro Ros](https://github.com/aler9)

### License
MIT License - see [LICENSE](LICENSE) for full text
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pion/rtp
module github.com/pion/rtp/v2

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion packetizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

"github.com/pion/rtp/codecs"
"github.com/pion/rtp/v2/codecs"
)

func TestPacketizer(t *testing.T) {
Expand Down

0 comments on commit cd13fd5

Please sign in to comment.