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


Loading…
Cancel
Save