summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-09 22:16:46 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-09 22:16:46 +0100
commitdf52b97f307605aad15ab5f01c8fdcf93afc9d15 (patch)
treef7babd41e71985c611f3632395c52535f1c36f17 /src/lib/ffmpeg_decoder.h
parent89115db77729a2c99f1a09ff6a461720e16f889e (diff)
Various fixes; simplification of FilmViewer; make image appear on first load of content.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index 8f0482aad..2e64d8801 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -85,4 +85,5 @@ private:
bool _decode_audio;
double _pts_offset;
+ bool _just_sought;
};