diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-23 17:18:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-23 17:18:49 +0100 |
| commit | 64a2f1bb6a7b972607fa363631ef7a47444e8217 (patch) | |
| tree | 020c028a93f113e372e70f485857ce04dea5db3d /src/lib/types.h | |
| parent | 8c6fe8e1e8c8f6d5932606f2a5b6e1b87681ae38 (diff) | |
Various bits and pieces.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 4b8b8072d..8f2fe2c71 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -31,7 +31,7 @@ typedef int64_t ContentAudioFrame; typedef int ContentVideoFrame; typedef int64_t Time; #define TIME_MAX INT64_MAX -#define TIME_HZ 96000 +#define TIME_HZ ((Time) 96000) typedef int64_t OutputAudioFrame; typedef int OutputVideoFrame; |
