summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-10 23:06:17 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-10 23:06:17 +0100
commitd683883c4dc25cb612f6d5feb1e772016182e722 (patch)
tree677094d74c815184fc75d3d1b344d4ef32014c8a /src/lib/encoder.h
parent76052960d07a611889967f5927e2adb0d867ea07 (diff)
Move SRC (badly) to AudioDecoder.
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h2
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;