diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-22 11:00:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-22 11:00:06 +0100 |
| commit | 0e575fe2ee3cf155688dbd862718522362ad9734 (patch) | |
| tree | 07b37857ffd9b41db72cac81e92fac9ae18d8169 /src/lib | |
| parent | 9b39f9bec764e6b3e7692a295bcf309d549ec1c2 (diff) | |
Possibly-helpful comment.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index d4b4fa1c0..fc46d046a 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -82,6 +82,7 @@ private: bool _decode_video; bool _decode_audio; + /** Offset to add to FFmpeg frame timestamps to get our position (in seconds) */ double _pts_offset; bool _just_sought; }; |
