Remove some vestiges of FilmState.
authorCarl Hetherington <cth@carlh.net>
Sat, 16 Feb 2013 22:33:12 +0000 (22:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Feb 2013 22:33:12 +0000 (22:33 +0000)
src/lib/dcp_video_frame.h
src/lib/transcoder.h

index be8a559b2464d5da6101d0e5cbc11cebb1bd9581..ab458b58f8124953b8ba390d2fc5fb27d330f58a 100644 (file)
@@ -26,7 +26,6 @@
  *  @brief A single frame of video destined for a DCP.
  */
 
-class FilmState;
 class Film;
 class ServerDescription;
 class Scaler;
index 786010869d35bb04f4528b3827601a62983a3a42..b0c263d07823f6450a6daa725a63bb6852df5976 100644 (file)
@@ -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.