diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-10 23:31:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-10 23:31:25 +0100 |
| commit | 0db016f90ae722fc8b72d465e21d9f153f72b340 (patch) | |
| tree | 71aa0a91550c7456daf41b5a74455c2cc1b12f82 /src/lib/encoder.h | |
| parent | d683883c4dc25cb612f6d5feb1e772016182e722 (diff) | |
Remove Timed*Sink and Timed*Source>
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index cce26efc8..b6d3663fd 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -70,10 +70,10 @@ public: * @param same true if i is the same as the last time we were called. * @param s A subtitle that should be on this frame, or 0. */ - void process_video (boost::shared_ptr<const Image> i, bool same, boost::shared_ptr<Subtitle> s); + void process_video (boost::shared_ptr<const Image> i, bool same, boost::shared_ptr<Subtitle> s, Time); /** Call with some audio data */ - void process_audio (boost::shared_ptr<const AudioBuffers>); + void process_audio (boost::shared_ptr<const AudioBuffers>, Time); /** Called when a processing run has finished */ void process_end (); |
