Changeset 1840:704916b77c41 in roaraudio


Ignore:
Timestamp:
05/23/09 02:57:18 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

of cause it need to be source_stream not source_info where to take codec_orgi from

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r1815 r1840  
    137137    info->rate     = source_info->rate; 
    138138    info->codec    = source_info->codec; 
    139     ROAR_STREAM_SERVER(s)->codec_orgi = ROAR_STREAM_SERVER(source_info)->codec_orgi; 
     139    ROAR_STREAM_SERVER(s)->codec_orgi = ROAR_STREAM_SERVER(source_stream)->codec_orgi; 
    140140 
    141141   break; 
Note: See TracChangeset for help on using the changeset viewer.