blob: 7e800f490f1987fc9ab257e040e157c20e104cde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -ur a/src/h323pluginmgr.cxx b/src/h323pluginmgr.cxx
--- a/src/h323pluginmgr.cxx 2012-11-29 17:23:26.000000000 +0100
+++ b/src/h323pluginmgr.cxx 2013-02-22 18:56:33.100356993 +0100
@@ -1543,7 +1543,9 @@
PopulateMediaFormatOptions(codecDefn, fmt);
PopulateMediaFormatFromGenericData(fmt,
(PluginCodec_H323GenericCodecData *)codecDefn->h323CapabilityData);
+#if PTRACING
OpalMediaFormat::DebugOptionList(fmt);
+#endif
return true;
}
|