Changeset 5637:8222fdbd0cdd in roaraudio
- Timestamp:
- 09/02/12 12:13:21 (11 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5636 r5637 4 4 a endless loop in rpld. 5 5 * Added audio clock to roard's libshout driver "shout". 6 * Corrected typos. 6 7 7 8 v. 1.0beta5 - Mon Aug 20 2012 23:52 CEST -
libroar/basic.c
r5619 r5637 512 512 return -1; 513 513 514 // spec al hack to set an illegal value used internaly in libroar:514 // special hack to set an illegal value used internally in libroar: 515 515 if ( fh == -2 ) 516 516 fh = -1; -
libroar/buffer.c
r5603 r5637 513 513 _ckbuf(0) 514 514 515 // handle spec al case where user length is zero:515 // handle special case where user length is zero: 516 516 if ( len && !buf->user_len ) { 517 517 buf->user_data = buf->data; -
libroar/proto.c
r5608 r5637 229 229 } 230 230 231 // check spec al case where headerlen < _ROAR_MESS_BUF_LEN_V0, this means that we need to put231 // check special case where headerlen < _ROAR_MESS_BUF_LEN_V0, this means that we need to put 232 232 // some data we read as header into the data part of the message. 233 233 if ( headerlen > _ROAR_MESS_BUF_LEN_V0 ) { -
libroar/vio.c
r5525 r5637 246 246 } 247 247 248 // spec al commands:248 // special commands: 249 249 int roar_vio_accept (struct roar_vio_calls * calls, struct roar_vio_calls * dst) { 250 250 if (dst == NULL || calls == NULL) {
Note: See TracChangeset
for help on using the changeset viewer.