diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-26 15:24:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-26 15:24:57 +0100 |
| commit | 23050047454f1c1f7aadad41bf7b05d00d8ffe7f (patch) | |
| tree | a0af4cfcce25709bcdd9c7479488bc235d9d38d2 /src/lib/ffmpeg_decoder.h | |
| parent | 384e364f02b9a598044aff6073ea0f61c87c62b0 (diff) | |
Attempted fixes for some unimplemented timing bits.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 174cc3995..1e273752a 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -77,8 +77,8 @@ public: } bool seek (double); - void seek_forward (); - void seek_back (); + bool seek_forward (); + bool seek_back (); bool pass (); private: |
