diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-20 14:27:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-20 14:27:00 +0100 |
| commit | f2caad0df1a451e2aff68dfd37277faa72116e12 (patch) | |
| tree | 3ebf116a6cb847dd099ad113c80b3249d99fa264 /src/lib/video_decoder.h | |
| parent | 21ce34c2cd04a2e7e133ff693b84c054182f4f91 (diff) | |
Various time-related fixes; fix daft hang on decodes.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 88730f518..a73c7d11e 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -56,7 +56,7 @@ protected: virtual PixelFormat pixel_format () const = 0; - void emit_video (boost::shared_ptr<Image>, bool, double); + void emit_video (boost::shared_ptr<Image>, bool, Time); void emit_subtitle (boost::shared_ptr<TimedSubtitle>); private: |
