aboutsummaryrefslogtreecommitdiff
path: root/packets/messages/types/SvcSetPause.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-11-10 23:44:46 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:39:40 +0300
commit305ef7832cdd7301e575c51aefdadb61d4914c64 (patch)
tree15394274463d13f6f706aad24a7fb960070a4b13 /packets/messages/types/SvcSetPause.go
parentremove hexadecimal case statements (diff)
downloadsdp.go-305ef7832cdd7301e575c51aefdadb61d4914c64.tar.gz
sdp.go-305ef7832cdd7301e575c51aefdadb61d4914c64.tar.bz2
sdp.go-305ef7832cdd7301e575c51aefdadb61d4914c64.zip
better debugging, still broken
Diffstat (limited to 'packets/messages/types/SvcSetPause.go')
-rw-r--r--packets/messages/types/SvcSetPause.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/packets/messages/types/SvcSetPause.go b/packets/messages/types/SvcSetPause.go
index 040fb6a..c71485c 100644
--- a/packets/messages/types/SvcSetPause.go
+++ b/packets/messages/types/SvcSetPause.go
@@ -1,6 +1,8 @@
1package types 1package types
2 2
3import "github.com/pektezol/bitreader" 3import (
4 "github.com/pektezol/bitreader"
5)
4 6
5type SvcSetPause struct { 7type SvcSetPause struct {
6 Paused bool 8 Paused bool