Browse Source

MT#55283 obsolete NO_RTCP flag

Unused.

Change-Id: Ib4c2ddbe7f97af3863ed3fe5af5a1f4bc64917dd
pull/1918/head
Richard Fuchs 9 months ago
parent
commit
4744885ec5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      include/call.h

+ 0
- 1
include/call.h View File

@ -142,7 +142,6 @@ enum {
#define SHARED_FLAG_END_OF_CANDIDATES (1LL << 30)
/* struct stream_params */
#define SP_FLAG_NO_RTCP (1LL << 16)
#define SP_FLAG_IMPLICIT_RTCP SHARED_FLAG_IMPLICIT_RTCP
#define SP_FLAG_RTCP_MUX SHARED_FLAG_RTCP_MUX
#define SP_FLAG_SEND SHARED_FLAG_SEND


Loading…
Cancel
Save