summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-22 22:21:29 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-22 22:21:29 +0100
commitc39979ef676b49e97129c5f29c2e2c700fdc1d3a (patch)
treec36d7ced6d25a4878c7f7eb24a3579ce028e68c2 /src/lib/ffmpeg_content.h
parent2924a6ca80adf5251f5c8e364289cfc7817dc586 (diff)
Warning fixes.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 67839794b..13c33201e 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -114,7 +114,7 @@ public:
std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod, bool starting) const;
private:
- friend class ffmpeg_pts_offset_test;
+ friend struct ffmpeg_pts_offset_test;
std::vector<boost::shared_ptr<FFmpegSubtitleStream> > _subtitle_streams;
boost::shared_ptr<FFmpegSubtitleStream> _subtitle_stream;