diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:23 +0100 |
| commit | 3e56e4126ec8199f15e03c213b37f39d72c27cc3 (patch) | |
| tree | 02f6ed13350a990b05ee7fd026d9dd208320e178 /src/lib/video_decoder.cc | |
| parent | 8cf1e8377506936224e8b26121680563d47682fe (diff) | |
tabs -> spaces.
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 457cfe47b..38d5dfcb8 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -35,7 +35,7 @@ VideoDecoder::VideoDecoder (shared_ptr<const Film> f) void VideoDecoder::video (shared_ptr<const Image> image, bool same, VideoContent::Frame frame) { - Video (image, same, frame); + Video (image, same, frame); _video_position = frame + 1; } |
