mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +00:00
update to match modified transcoder API
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@53044 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -241,7 +241,7 @@ static struct ast_translator_pvt *zap_new_alawtog723(void)
|
|||||||
{
|
{
|
||||||
/* Request translation through zap if possible */
|
/* Request translation through zap if possible */
|
||||||
int fd;
|
int fd;
|
||||||
unsigned int x = ZT_TCOP_RESET;
|
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||||
struct ast_translator_pvt *ztp;
|
struct ast_translator_pvt *ztp;
|
||||||
struct zt_transcode_header *hdr;
|
struct zt_transcode_header *hdr;
|
||||||
int flags;
|
int flags;
|
||||||
@@ -298,7 +298,7 @@ static struct ast_translator_pvt *zap_new_ulawtog723(void)
|
|||||||
{
|
{
|
||||||
/* Request translation through zap if possible */
|
/* Request translation through zap if possible */
|
||||||
int fd;
|
int fd;
|
||||||
unsigned int x = ZT_TCOP_RESET;
|
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||||
struct ast_translator_pvt *ztp;
|
struct ast_translator_pvt *ztp;
|
||||||
struct zt_transcode_header *hdr;
|
struct zt_transcode_header *hdr;
|
||||||
int flags;
|
int flags;
|
||||||
@@ -355,7 +355,7 @@ static struct ast_translator_pvt *zap_new_g723toalaw(void)
|
|||||||
{
|
{
|
||||||
/* Request translation through zap if possible */
|
/* Request translation through zap if possible */
|
||||||
int fd;
|
int fd;
|
||||||
unsigned int x = ZT_TCOP_RESET;
|
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||||
struct ast_translator_pvt *ztp;
|
struct ast_translator_pvt *ztp;
|
||||||
struct zt_transcode_header *hdr;
|
struct zt_transcode_header *hdr;
|
||||||
int flags;
|
int flags;
|
||||||
@@ -412,7 +412,7 @@ static struct ast_translator_pvt *zap_new_g723toulaw(void)
|
|||||||
{
|
{
|
||||||
/* Request translation through zap if possible */
|
/* Request translation through zap if possible */
|
||||||
int fd;
|
int fd;
|
||||||
unsigned int x = ZT_TCOP_RESET;
|
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||||
struct ast_translator_pvt *ztp;
|
struct ast_translator_pvt *ztp;
|
||||||
struct zt_transcode_header *hdr;
|
struct zt_transcode_header *hdr;
|
||||||
int flags;
|
int flags;
|
||||||
@@ -469,7 +469,7 @@ static struct ast_translator_pvt *zap_new_alawtog729(void)
|
|||||||
{
|
{
|
||||||
/* Request translation through zap if possible */
|
/* Request translation through zap if possible */
|
||||||
int fd;
|
int fd;
|
||||||
unsigned int x = ZT_TCOP_RESET;
|
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||||
struct ast_translator_pvt *ztp;
|
struct ast_translator_pvt *ztp;
|
||||||
struct zt_transcode_header *hdr;
|
struct zt_transcode_header *hdr;
|
||||||
int flags;
|
int flags;
|
||||||
@@ -526,7 +526,7 @@ static struct ast_translator_pvt *zap_new_ulawtog729(void)
|
|||||||
{
|
{
|
||||||
/* Request translation through zap if possible */
|
/* Request translation through zap if possible */
|
||||||
int fd;
|
int fd;
|
||||||
unsigned int x = ZT_TCOP_RESET;
|
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||||
struct ast_translator_pvt *ztp;
|
struct ast_translator_pvt *ztp;
|
||||||
struct zt_transcode_header *hdr;
|
struct zt_transcode_header *hdr;
|
||||||
int flags;
|
int flags;
|
||||||
@@ -583,7 +583,7 @@ static struct ast_translator_pvt *zap_new_g729toalaw(void)
|
|||||||
{
|
{
|
||||||
/* Request translation through zap if possible */
|
/* Request translation through zap if possible */
|
||||||
int fd;
|
int fd;
|
||||||
unsigned int x = ZT_TCOP_RESET;
|
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||||
struct ast_translator_pvt *ztp;
|
struct ast_translator_pvt *ztp;
|
||||||
struct zt_transcode_header *hdr;
|
struct zt_transcode_header *hdr;
|
||||||
int flags;
|
int flags;
|
||||||
@@ -640,7 +640,7 @@ static struct ast_translator_pvt *zap_new_g729toulaw(void)
|
|||||||
{
|
{
|
||||||
/* Request translation through zap if possible */
|
/* Request translation through zap if possible */
|
||||||
int fd;
|
int fd;
|
||||||
unsigned int x = ZT_TCOP_RESET;
|
unsigned int x = ZT_TCOP_ALLOCATE;
|
||||||
struct ast_translator_pvt *ztp;
|
struct ast_translator_pvt *ztp;
|
||||||
struct zt_transcode_header *hdr;
|
struct zt_transcode_header *hdr;
|
||||||
int flags;
|
int flags;
|
||||||
|
|||||||
Reference in New Issue
Block a user