summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-07 12:45:46 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-07 12:45:46 +0100
commit263eee639546964aaa57f5d2d3b24008ecfe8adb (patch)
treeea13690bef2af13d2ceaa9db89d98f033a121ba1 /src/lib/encoder.h
parent74519cfb5e325d6f95a1b583dc471bb970f98ef6 (diff)
A few fixes; try to support sndfile audio in player.
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 b85132b72..70e6eea9a 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -88,8 +88,6 @@ private:
void frame_done ();
- void write_audio (boost::shared_ptr<const AudioBuffers> data);
-
void encoder_thread (ServerDescription *);
void terminate_threads ();