Changeset 264

Show
Ignore:
Timestamp:
01/07/07 16:46:56 (2 years ago)
Author:
gbooker
Message:

I really should compile before I commit. I thought I did this time :(

Files:

Legend:

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

    r263 r264  
    250250        /* We have to parse the format */ 
    251251        int useDefault = 1; 
    252         if(asbd.mFormatID == kAudioFormatAC3 || asbd.mFormatID == kAudioFormatAC3MS
     252        if(asbd.mFormatID == kAudioFormatAC3 || asbd.mFormatID == 'ms \0'
    253253        { 
    254254                if(parse_ac3_bitstream(&asbd, &acl, firstFrame->data, firstFrame->size))