Fixed Trac bug 65: Doesn't show correct position after 203:50 mins - caused by an unsigned long overflow.
parent
678f6e2dbb
commit
567711e85e
|
@ -18,7 +18,7 @@
|
||||||
@interface OutputNode : Node {
|
@interface OutputNode : Node {
|
||||||
AudioStreamBasicDescription format;
|
AudioStreamBasicDescription format;
|
||||||
|
|
||||||
unsigned long amountPlayed;
|
unsigned long long amountPlayed;
|
||||||
OutputCoreAudio *output;
|
OutputCoreAudio *output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue