summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-03 01:41:50 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-03 01:41:50 +0100
commit48cd8b6a44ab689ad2eb8e6d86e086def995d9ba (patch)
treed96937d79dc201c89ac4957007b23b7df9f934fb /src/lib/ffmpeg_decoder.h
parent4b05c69e14f43826a59128b4b27316c9f9d9a84e (diff)
Cope with e.g. truehd audio streams having not every audio frame arriving with a pts.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index 3ea5f5809..993d1dd0e 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -78,4 +78,6 @@ private:
bool _have_current_subtitle;
boost::shared_ptr<Image> _black_image;
+
+ std::vector<boost::optional<ContentTime> > _next_time;
};