Ticket #6053: aacdecoder.2.patch

File aacdecoder.2.patch, 367 bytes (added by Paul Mason <latepaul@…>, 15 years ago)
  • aacdecoder.h

     
    5151    bool done, finish;
    5252    long len, bitrate;
    5353    uchar channels;
    54     unsigned long sample_rate;
     54    uint32_t sample_rate;
    5555    unsigned long output_size;
    5656    double totalTime, seekTime;
    5757