Changeset 259

Show
Ignore:
Timestamp:
01/06/07 21:27:43 (2 years ago)
Author:
gbooker
Message:

I guess I should compile before I commit. Forgot a ;

Files:

Legend:

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

    r258 r259  
    9898        int sample_rate = ac3_freqs[fscod]; 
    9999         
    100         shift = 0 
     100        shift = 0; 
    101101        if(bsid > 8) 
    102102                shift = bsid - 8;