From 0e575fe2ee3cf155688dbd862718522362ad9734 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Oct 2014 11:00:06 +0100 Subject: [PATCH] Possibly-helpful comment. --- src/lib/ffmpeg_decoder.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- 2.30.2