diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-20 15:40:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-20 20:05:08 +0100 |
| commit | b996eb8276dc4645745540190c9a2f5e2c875c0c (patch) | |
| tree | 0dc0cef257733a52cc347197cb0ed08ae53fe4f4 /src/lib/imagemagick_encoder.h | |
| parent | a6976df179011056027a99ae210fb28117c36840 (diff) | |
Rework audio to deinterleave straight away and pass data
around as floats. Should simplify things.
Diffstat (limited to 'src/lib/imagemagick_encoder.h')
| -rw-r--r-- | src/lib/imagemagick_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/imagemagick_encoder.h b/src/lib/imagemagick_encoder.h index ce6ca3e8f..8e9c416ae 100644 --- a/src/lib/imagemagick_encoder.h +++ b/src/lib/imagemagick_encoder.h @@ -38,6 +38,6 @@ public: void process_begin (int64_t audio_channel_layout, AVSampleFormat audio_sample_format) {} void process_video (boost::shared_ptr<Image>, int, boost::shared_ptr<Subtitle>); - void process_audio (uint8_t *, int) {} + void process_audio (float**, int) {} void process_end () {} }; |
