diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-13 11:01:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-13 11:01:10 +0100 |
| commit | c719feb3cc4a5627827f8576a9b34756f701d59d (patch) | |
| tree | cd3d016956e5da693fdd048440d532cd6b3fe2d5 /src/lib/ffmpeg_decoder.h | |
| parent | 4981bba0d5103dc92dba5d5f79d5296dd2078402 (diff) | |
Various fixes to PTS mangling.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 3 |
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; }; |
