diff options
Diffstat (limited to 'src/lib/transcoder.h')
| -rw-r--r-- | src/lib/transcoder.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index f27984aaa..b50113742 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -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; |
