Ticket #727: mythmusic-compile.patch

File mythmusic-compile.patch, 426 bytes (added by mythtv@…, 18 years ago)

change sample_rate to uint32_t

  • mythmusic/mythmusic/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