diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 12:45:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 12:45:46 +0100 |
| commit | 263eee639546964aaa57f5d2d3b24008ecfe8adb (patch) | |
| tree | ea13690bef2af13d2ceaa9db89d98f033a121ba1 /src/lib/encoder.h | |
| parent | 74519cfb5e325d6f95a1b583dc471bb970f98ef6 (diff) | |
A few fixes; try to support sndfile audio in player.
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 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 (); |
