Common code update, no change in functionality

This commit is contained in:
MelwareDE 2010-08-23 08:18:28 +00:00
parent 06803fcc9f
commit 1eeb822d08
1 changed files with 21 additions and 0 deletions

View File

@ -170,6 +170,27 @@ void capi_DivaStreamingOn(struct capi_pvt *i, byte streamCommand, _cword message
description[3] |= 0x01;
#if 0 /*! \todo create function to add info elements to stream description */
byte* start = &description[3];
start[0] |= 2U;
start = start + start[-1];
*start++ = 0x2c;
*start++ = 8;
*start++ = 1;
*start++ = 2;
*start++ = 3;
*start++ = 4;
*start++ = 'a';
*start++ = 'b';
*start++ = 'c';
*start++ = 'd';
*start++ = 0;
description[2] += 11;
description[0] += 11;
#endif
if (streamCommand == 0) {
messageNumber = get_capi_MessageNumber();
effectivePLCI = i->PLCI;