diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-13 10:06:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-13 10:06:18 +0000 |
| commit | 097a1fb413bbbb89182161d4c1a31daa5419ec96 (patch) | |
| tree | 87d6ed5b14e7554b26f565380b69528ab3ec10ec /src/lib/sndfile_decoder.h | |
| parent | ea910e250a0fb3b0ad3ce0cf32dd27b24c17cd1d (diff) | |
Time -> DCPTime.
Diffstat (limited to 'src/lib/sndfile_decoder.h')
| -rw-r--r-- | src/lib/sndfile_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h index c3db1c294..470cab956 100644 --- a/src/lib/sndfile_decoder.h +++ b/src/lib/sndfile_decoder.h @@ -30,7 +30,7 @@ public: ~SndfileDecoder (); void pass (); - void seek (Time, bool); + void seek (DCPTime, bool); bool done () const; int audio_channels () const; |
