summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go')
-rw-r--r--vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go b/vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go
deleted file mode 100644
index 09481a5..0000000
--- a/vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package webrtc
-
-// RTPEncodingParameters provides information relating to both encoding and decoding.
-// This is a subset of the RFC since Pion WebRTC doesn't implement encoding itself
-// http://draft.ortc.org/#dom-rtcrtpencodingparameters
-type RTPEncodingParameters struct {
- RTPCodingParameters
-}