Revision: 18766
http://opalvoip.svn.sourceforge.net/opalvoip/?rev=18766&view=rev
Author: shorne
Date: 2007-10-29 19:55:41 -0700 (Mon, 29 Oct 2007)
Log Message:
-----------
Added H.239 Support for CIF
Modified Paths:
--------------
opal/trunk/plugins/video/H.263-ffmpeg/h263ffmpeg.cxx
Modified: opal/trunk/plugins/video/H.263-ffmpeg/h263ffmpeg.cxx
===================================================================
--- opal/trunk/plugins/video/H.263-ffmpeg/h263ffmpeg.cxx 2007-10-28 13:13:32 UTC (rev 18765)
+++ opal/trunk/plugins/video/H.263-ffmpeg/h263ffmpeg.cxx 2007-10-30 02:55:41 UTC (rev 18766)
@@ -1569,7 +1569,8 @@
PLUGIN_CODEC_VERSION_OPTIONS, // codec API version
&licenseInfo, // license information
- PluginCodec_MediaTypeVideo | // audio codec
+ PluginCodec_MediaTypeVideo | // video codec
+ PluginCodec_MediaTypeExtVideo | // Extended video codec
PluginCodec_RTPTypeExplicit, // specified RTP type
h263CIFDesc, // text decription
@@ -1602,7 +1603,8 @@
PLUGIN_CODEC_VERSION_OPTIONS, // codec API version
&licenseInfo, // license information
- PluginCodec_MediaTypeVideo | // audio codec
+ PluginCodec_MediaTypeVideo | // video codec
+ PluginCodec_MediaTypeExtVideo | // Extended video codec
PluginCodec_RTPTypeExplicit, // specified RTP type
h263CIFDesc, // text decription
@@ -1703,7 +1705,7 @@
PLUGIN_CODEC_VERSION_OPTIONS, // codec API version
&licenseInfo, // license information
- PluginCodec_MediaTypeVideo | // audio codec
+ PluginCodec_MediaTypeVideo | // video codec
PluginCodec_RTPTypeExplicit, // specified RTP type
h263Desc, // text decription
@@ -1736,7 +1738,7 @@
PLUGIN_CODEC_VERSION_OPTIONS, // codec API version
&licenseInfo, // license information
- PluginCodec_MediaTypeVideo | // audio codec
+ PluginCodec_MediaTypeVideo | // video codec
PluginCodec_RTPTypeExplicit, // specified RTP type
h263Desc, // text decription
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|