Changeset 463

Show
Ignore:
Timestamp:
04/26/07 22:09:47 (1 year ago)
Author:
gbooker
Message:

Gee, I did this passthrough hack, and for the whole time, I forgot do the real work. Oops.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bitstream_info.c

    r423 r463  
    114114                shift = bsid - 8; 
    115115         
     116        if(passthrough) 
     117        { 
     118                if(acmod > 2) 
     119                        acmod = 0; 
     120                lfe = 0; 
     121        } 
    116122        /* Setup the AudioStreamBasicDescription and AudioChannelLayout */ 
    117123        memset(asbd, 0, sizeof(AudioStreamBasicDescription));