diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-22 13:33:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-22 13:33:11 +0100 |
| commit | c0e04acd1e9875fa67800a7861bd8a370157b49f (patch) | |
| tree | 418dc2124d14c82fade43e3b47043f1ee69e331e /src/lib/examine_content_job.h | |
| parent | 4cb33e432c7070f59c3ee3fbeb0b5c8755bba3bd (diff) | |
Fix crash on using delay; fix x-thread GUI access caused by FilmState default copy constructor copying its Changed signal's connections; fix up delay setup after film examine.
Diffstat (limited to 'src/lib/examine_content_job.h')
| -rw-r--r-- | src/lib/examine_content_job.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 3bbd673a8..d8e94f1ec 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -38,6 +38,7 @@ public: void run (); int last_video_frame () const; + int audio_to_discard () const; private: boost::shared_ptr<Decoder> _decoder; |
