Ticket #727: mythtv-broken_aac-platform_detection.diff
File mythtv-broken_aac-platform_detection.diff, 459 bytes (added by , 20 years ago) |
---|
-
mythmusic/mythmusic/aacdecoder.h
51 51 bool done, finish; 52 52 long len, bitrate; 53 53 uchar channels; 54 #ifdef __x86_64 55 uint32_t sample_rate; 56 #else 54 57 unsigned long sample_rate; 58 #endif 55 59 unsigned long output_size; 56 60 double totalTime, seekTime; 57 61