Changeset 64 for trunk

Show
Ignore:
Timestamp:
04/19/08 23:20:41 (7 months ago)
Author:
gbooker
Message:

Forgot to switch this over to the new AC3 format

Files:

Legend:

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

    r61 r64  
    4141 * 
    4242 */ 
    43  
    44 #define kAudioFormatAVIAC3      0x6D732000 
    4543 
    4644#include <QuickTime/QuickTime.h> 
     
    465463                        AudioStreamBasicDescription absd; 
    466464                        memset(&absd, 0, sizeof(absd)); 
    467                         absd.mFormatID = kAudioFormatAVIAC3; 
     465                        absd.mFormatID = kAudioFormatAC3; 
    468466                        absd.mSampleRate = sample_rate; 
    469467                        if(flags & A52_LFE)