diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-18 09:55:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-18 09:55:07 +0000 |
| commit | c9831a8704aeae286be6c39bfbdc4b48cff1f087 (patch) | |
| tree | b7971cbdce2f7a717a23f11eecb07a5a29da291d /src/lib/encoder.h | |
| parent | 7242266745d6318d5393d2a30fba810b07132a05 (diff) | |
Try to fix crash on finishing off DCPs with mono -> 5.1 conversions.
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 (); |
