Possibly-helpful comment.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Oct 2014 10:00:06 +0000 (11:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Oct 2014 10:00:06 +0000 (11:00 +0100)
src/lib/ffmpeg_decoder.h

index d4b4fa1c02984f8690c42bd264434b5266cff52e..fc46d046aa042f5feb0431ce07945656d3fad0d3 100644 (file)
@@ -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;
 };