summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-13 11:01:10 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-13 11:01:10 +0100
commitc719feb3cc4a5627827f8576a9b34756f701d59d (patch)
treecd3d016956e5da693fdd048440d532cd6b3fe2d5 /src/lib/ffmpeg_decoder.h
parent4981bba0d5103dc92dba5d5f79d5296dd2078402 (diff)
Various fixes to PTS mangling.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index 8819954db..73edcccb4 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -84,6 +84,7 @@ private:
bool _decode_video;
bool _decode_audio;
- double _pts_offset;
+ double _video_pts_offset;
+ double _audio_pts_offset;
bool _just_sought;
};