forked from mirrors/linphone-iphone
fix misspelt stardard
This commit is contained in:
parent
01331f08a9
commit
12f68e20f8
3 changed files with 3 additions and 3 deletions
|
|
@ -3156,7 +3156,7 @@ static bool_t video_size_supported(MSVideoSize vsize){
|
|||
*
|
||||
* @ingroup media_parameters
|
||||
* This applies only to the stream that is captured and sent to the remote party,
|
||||
* since we accept all standart video size on the receive path.
|
||||
* since we accept all standard video size on the receive path.
|
||||
**/
|
||||
void linphone_core_set_preferred_video_size(LinphoneCore *lc, MSVideoSize vsize){
|
||||
if (video_size_supported(vsize)){
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<property name="version">undef</property>
|
||||
<property name="copyright" translatable="yes">Created by Simon Morlat
|
||||
</property>
|
||||
<property name="comments" translatable="yes">An internet video phone using the standart SIP (rfc3261) protocol.</property>
|
||||
<property name="comments" translatable="yes">An internet video phone using the standard SIP (rfc3261) protocol.</property>
|
||||
<property name="website">http://www.linphone.org</property>
|
||||
<property name="license">GPL</property>
|
||||
<property name="authors">Simon Morlat</property>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "media_api.h"
|
||||
|
||||
/* non-standart payload types for oRTP */
|
||||
/* non-standard payload types for oRTP */
|
||||
PayloadType lpc1015={
|
||||
PAYLOAD_AUDIO_PACKETIZED,
|
||||
8000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue