diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 14:25:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 14:25:31 +0100 |
| commit | 9e124e8ce2eb7a9faeb91b33169ab1ae4912afb0 (patch) | |
| tree | dce175e929d64c6562b60a43138d41dfdd3da6d1 /src/lib/transcoder.h | |
| parent | 86880ddcedaf39522a92a3a63d2a5df48fdf2284 (diff) | |
Better progress reporting during MXF hashing (#184).
Diffstat (limited to 'src/lib/transcoder.h')
| -rw-r--r-- | src/lib/transcoder.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index 007065b65..7bf214a88 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -18,12 +18,7 @@ */ #include "types.h" - -/** @file src/transcoder.h - * - * A decoder is selected according to the content type, and the encoder can be specified - * as a parameter to the constructor. - */ +#include "encoder.h" class Film; class Job; @@ -31,11 +26,7 @@ class Encoder; class VideoFilter; class Player; -/** @class Transcoder - * - * A decoder is selected according to the content type, and the encoder can be specified - * as a parameter to the constructor. - */ +/** @class Transcoder */ class Transcoder : public boost::noncopyable { public: @@ -47,6 +38,7 @@ public: void go (); float current_encoding_rate () const; + Encoder::State state () const; int video_frames_out () const; private: |
