Changeset 540:c1fd46366418 in roaraudio for libroar/stream.c


Ignore:
Timestamp:
08/18/08 14:43:14 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

get display of orgiginal codec working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/stream.c

    r537 r540  
    184184 } 
    185185 
    186  if ( m.datalen < 3*2 ) 
     186 if ( m.datalen < 6*2 ) 
    187187  return -1; 
    188188 
     
    193193 info->pre_underruns  = data[3]; 
    194194 info->post_underruns = data[4]; 
     195 info->codec          = data[5]; 
    195196 
    196197 return 0; 
Note: See TracChangeset for help on using the changeset viewer.