diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-18 19:54:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-18 19:54:51 +0000 |
| commit | 95a27725707b2368d175f5ed51637fee88cb32b4 (patch) | |
| tree | c2d2a1ad2bb5d5d4166928943fb0d987eaab86ac /src/lib/encoder.h | |
| parent | 78ef2afb8e64fd0093b2f94b3f8246dba0a8058f (diff) | |
| parent | c9831a8704aeae286be6c39bfbdc4b48cff1f087 (diff) | |
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic
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 69a5c5a23..86880bc34 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -88,7 +88,7 @@ private: void frame_done (); - void write_audio (boost::shared_ptr<const AudioBuffers> audio); + void write_audio (boost::shared_ptr<const AudioBuffers> data); void encoder_thread (ServerDescription *); void terminate_threads (); |
