Changeset 1137:700c32ffc876 in roaraudio for libroar/stream.c


Ignore:
Timestamp:
01/20/09 21:31:50 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

insert a new parameter for the ss streucture: delay in mu-sec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/stream.c

    r1043 r1137  
    276276 } 
    277277 
    278  if ( m.datalen < 6*2 ) 
     278 if ( m.datalen < 7*2 ) 
    279279  return -1; 
    280280 
     
    289289 info->codec          = data[5]; 
    290290 info->flags          = data[6]; 
     291 info->delay          = data[7]*1000; 
    291292 
    292293 return 0; 
Note: See TracChangeset for help on using the changeset viewer.