summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h4
1 files changed, 4 insertions, 0 deletions
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<VideoDecoder> video_decoder () const {
+ return _decoders.first;
+ }
+
protected:
/** A Job that is running this Transcoder, or 0 */
Job* _job;