From e9d0d7bf9871b7e7fa8d154535cf0bbc7e7bd466 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 10 Dec 2012 22:20:39 +0000 Subject: Try to allow users to specify that the film's header should be trusted wrt length when building thumbnails, thus speeding up examine-content by a factor of 2-ish. --- src/lib/transcoder.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/transcoder.h') diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index e3ca2bb32..4a9667b3c 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -49,6 +49,10 @@ public: void go (); + boost::shared_ptr video_decoder () const { + return _decoders.first; + } + protected: /** A Job that is running this Transcoder, or 0 */ Job* _job; -- cgit v1.2.3