summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-16 22:42:23 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-16 22:42:23 +0000
commit38ab054c2ec22a853ee6abbe3f3683d153e9bb63 (patch)
treea73ad5597c15c59ec068b9f5cb6ce9b0d53e4ecb /src/lib/transcoder.h
parentb10f5d0458fbf276c4870e0b83be8ce622a75f4c (diff)
parent790ea4e8ca2e5bde3320ae49c8134b959c34a191 (diff)
Merge branch 'direct-mxf' of /home/carl/git/dvdomatic into direct-mxf
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h
index 786010869..b0c263d07 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -18,7 +18,7 @@
*/
/** @file src/transcoder.h
- * @brief A class which takes a FilmState and some Options, then uses those to transcode a Film.
+ * @brief A class which takes a Film and some Options, then uses those to transcode the film.
*
* A decoder is selected according to the content type, and the encoder can be specified
* as a parameter to the constructor.
@@ -29,7 +29,6 @@
class Film;
class Job;
class Encoder;
-class FilmState;
class Matcher;
class VideoFilter;
class Gain;
@@ -38,7 +37,7 @@ class AudioDecoder;
class DelayLine;
/** @class Transcoder
- * @brief A class which takes a FilmState and some Options, then uses those to transcode a Film.
+ * @brief A class which takes a Film and some Options, then uses those to transcode the film.
*
* A decoder is selected according to the content type, and the encoder can be specified
* as a parameter to the constructor.