mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
channels: Spelling fixes
Correct typos of the following word families: appease permanently overriding residue silliness extension channels globally reference japanese group coordinate registry information inconvenience attempts cadence payloads presence provisioning mimics behavior width natively syslabel not owning unquelch mostly constants interesting active unequipped brodmann commanding backlogged without bitstream firmware maintain exclusive practically structs appearance range retransmission indication provisional associating always whether cyrillic distinctive components reinitialized initialized capability switches occurring happened outbound ASTERISK-29714 Change-Id: Ife52ee89cd2170b684fa651ca72b1cb911a57339
This commit is contained in:
@@ -112,7 +112,7 @@ iax.conf too) the following:
|
||||
/*
|
||||
* Codecs are absolutely necessary or we cannot do anything.
|
||||
* SDL is optional (used for rendering only), so that we can still
|
||||
* stream video withouth displaying it.
|
||||
* stream video without displaying it.
|
||||
*/
|
||||
#if !defined(HAVE_VIDEO_CONSOLE) || !defined(HAVE_FFMPEG)
|
||||
/* stubs if required pieces are missing */
|
||||
@@ -162,7 +162,7 @@ static void my_scale(struct fbuf_t *in, AVPicture *p_in,
|
||||
|
||||
/*
|
||||
* this structure will be an entry in the table containing
|
||||
* every device specified in the file oss.conf, it contains various infomation
|
||||
* every device specified in the file oss.conf, it contains various information
|
||||
* about the device
|
||||
*/
|
||||
struct video_device {
|
||||
@@ -173,7 +173,7 @@ struct video_device {
|
||||
struct fbuf_t *dev_buf; /* buffer for incoming data */
|
||||
struct timeval last_frame; /* when we read the last frame ? */
|
||||
int status_index; /* what is the status of the device (source) */
|
||||
/* status index is set using the IS_ON, IS_PRIMARY and IS_SECONDARY costants */
|
||||
/* status index is set using the IS_ON, IS_PRIMARY and IS_SECONDARY constants */
|
||||
/* status_index is the index of the status message in the src_msgs array in console_gui.c */
|
||||
};
|
||||
|
||||
@@ -779,7 +779,7 @@ int console_write_video(struct ast_channel *chan, struct ast_frame *f)
|
||||
* is returned as an argument.
|
||||
*
|
||||
* \param env = video environment descriptor
|
||||
* \param tail = tail ponter (pratically a return value)
|
||||
* \param tail = tail ponter (practically a return value)
|
||||
*/
|
||||
static struct ast_frame *get_video_frames(struct video_desc *env, struct ast_frame **tail)
|
||||
{
|
||||
@@ -794,7 +794,7 @@ static struct ast_frame *get_video_frames(struct video_desc *env, struct ast_fra
|
||||
updating the private device buffer in the device table */
|
||||
for (i = 0; i < env->out.device_num; i++) {
|
||||
p_read = grabber_read(&env->out.devices[i], env->out.fps);
|
||||
/* it is used only if different from NULL, we mantain last good buffer otherwise */
|
||||
/* it is used only if different from NULL, we maintain last good buffer otherwise */
|
||||
if (p_read)
|
||||
env->out.devices[i].dev_buf = p_read;
|
||||
}
|
||||
|
Reference in New Issue
Block a user