Merge branch 'master' into multichannel

This commit is contained in:
Tristan Matthews
2013-07-11 14:59:14 -04:00

View File

@ -792,6 +792,8 @@ bool Sdp::getOutgoingVideoSettings(map<string, string> &args) const
}
return true;
}
#else
(void) args;
#endif
return false;
}