Browse Source

obsolete the "mediatype" element

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
21e18c086e
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      daemon/call.h

+ 0
- 2
daemon/call.h View File

@ -45,7 +45,6 @@ struct stats {
struct stream { struct stream {
struct in6_addr ip46; struct in6_addr ip46;
u_int16_t port; u_int16_t port;
char *mediatype;
enum { enum {
DIR_UNKNOWN = 0, DIR_UNKNOWN = 0,
DIR_INTERNAL, DIR_INTERNAL,
@ -68,7 +67,6 @@ struct streamrelay {
struct peer { struct peer {
struct streamrelay rtps[2]; struct streamrelay rtps[2];
str tag; str tag;
char *mediatype;
char *codec; char *codec;
unsigned char idx; unsigned char idx;
struct callstream *up; struct callstream *up;


Loading…
Cancel
Save