mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
123
git-svn-id: svn://elaine/murooma/trunk@263 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
3a410e49d8
commit
8f01f2001b
1 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ struct tv
|
||||||
|
|
||||||
int32_t sec;
|
int32_t sec;
|
||||||
int32_t usec;
|
int32_t usec;
|
||||||
|
/*
|
||||||
5.3 - 6.2 = -0.9
|
5.3 - 6.2 = -0.9
|
||||||
-1
|
-1
|
||||||
0.1
|
0.1
|
||||||
|
@ -61,7 +62,7 @@ struct tv
|
||||||
5.3 - 6.4 = -1.1
|
5.3 - 6.4 = -1.1
|
||||||
-1
|
-1
|
||||||
-0.1
|
-0.1
|
||||||
|
*/
|
||||||
tv operator-(const tv& other)
|
tv operator-(const tv& other)
|
||||||
{
|
{
|
||||||
tv result(*this);
|
tv result(*this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue