Changeset 540:c1fd46366418 in roaraudio for roard/req.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
  • roard/req.c

    r539 r540  
    425425 d[3] = ROAR_STREAM_SERVER(s)->pre_underruns; 
    426426 d[4] = ROAR_STREAM_SERVER(s)->post_underruns; 
    427  d[5] = ROAR_STREAM_SERVER(s)->codec; 
     427 d[5] = ROAR_STREAM_SERVER(s)->codec_orgi; 
    428428 
    429429 for (i = 0; i < mes->datalen/2; i++) { 
Note: See TracChangeset for help on using the changeset viewer.