diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-23 00:07:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-23 00:07:21 +0000 |
| commit | 86c09d276bc4d2a85321f8c1ba4f06c1cdf25b7c (patch) | |
| tree | 3897ff25a6bae2629ea2dd4857e764a47efe3d37 /src/lib/dcp_decoder.cc | |
| parent | 92fcfff515d8416c8b175cb5e68dd492963362d5 (diff) | |
Fix warning and add comment.
Diffstat (limited to 'src/lib/dcp_decoder.cc')
| -rw-r--r-- | src/lib/dcp_decoder.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dcp_decoder.cc b/src/lib/dcp_decoder.cc index f6d632f92..51d16b43c 100644 --- a/src/lib/dcp_decoder.cc +++ b/src/lib/dcp_decoder.cc @@ -133,7 +133,8 @@ DCPDecoder::seek (ContentTime t, bool accurate) list<ContentTimePeriod> -DCPDecoder::subtitles_during (ContentTimePeriod, bool starting) const +DCPDecoder::subtitles_during (ContentTimePeriod, bool) const { + /* XXX */ return list<ContentTimePeriod> (); } |
