Merge branch 'master' of /home/carl/git/dvdomatic
[dcpomatic.git] / src / lib / transcoder.h
index f27984aaa53f5632ecd3547695f345bdbaa2eddb..b50113742369c817aa3e0b57d28158f31d111b41 100644 (file)
@@ -57,6 +57,10 @@ public:
 
        void go ();
 
+       boost::shared_ptr<VideoDecoder> video_decoder () const {
+               return _decoders.video;
+       }
+
 protected:
        /** A Job that is running this Transcoder, or 0 */
        Job* _job;