Changeset 362

Show
Ignore:
Timestamp:
03/11/07 23:42:13 (2 years ago)
Author:
astrange
Message:

Follow ffmpeg ac3 code change

Files:

Legend:

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

    r347 r362  
    1313#include <QuickTime/QuickTime.h> 
    1414 
    15 #include "ac3tab.h" 
     15#include "ac3.h" 
    1616static const int nfchans_tbl[8] = { 2, 1, 2, 3, 3, 4, 4, 5 }; 
    1717static const int ac3_layout_no_lfe[8] = { 
     
    9696        /* This is a valid frame!!! */ 
    9797//      uint8_t bitrate = ac3_bitratetab[frmsizecod >> 1]; 
    98         int sample_rate = ac3_freqs[fscod]; 
     98        int sample_rate = ff_ac3_freqs[fscod]; 
    9999         
    100100        shift = 0;