diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-02 00:03:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-02 00:03:45 +0100 |
| commit | fff7a8232b18ce6191e60ba911c29b64b9063d4d (patch) | |
| tree | 3c61d950f341717c7b2478c110c9f1f6c3bef05a /src/lib/encoder.h | |
| parent | 6809fdcbf8c65afe3c986b0e2b430d55ce7b124c (diff) | |
Various bits.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 86880bc34..2cbd498e8 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -106,7 +106,7 @@ private: static int const _history_size; /** Number of video frames received so far */ - SourceFrame _video_frames_in; + ContentVideoFrame _video_frames_in; /** Number of video frames written for the DCP so far */ int _video_frames_out; |
