diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-10 23:06:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-10 23:06:17 +0100 |
| commit | d683883c4dc25cb612f6d5feb1e772016182e722 (patch) | |
| tree | 677094d74c815184fc75d3d1b344d4ef32014c8a /src/lib/encoder.h | |
| parent | 76052960d07a611889967f5927e2adb0d867ea07 (diff) | |
Move SRC (badly) to AudioDecoder.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index a3a484856..cce26efc8 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -106,8 +106,6 @@ private: /** Number of video frames written for the DCP so far */ int _video_frames_out; - SwrContext* _swr_context; - bool _have_a_real_frame; bool _terminate; std::list<boost::shared_ptr<DCPVideoFrame> > _queue; |
