diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-11 22:29:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-11 22:29:28 +0100 |
| commit | b9842263a402b5ce1d2f85a1346ca11a419f816e (patch) | |
| tree | a7d143006ec15cd216f7df5d448b1b28b7ef9ad7 /src/lib/analyse_audio_job.h | |
| parent | 9a2dca23967ff404dab1a36ec3fb9075d5e8e66e (diff) | |
Fix assertion failure when processors return fewer channels than the DCP has.
Diffstat (limited to 'src/lib/analyse_audio_job.h')
| -rw-r--r-- | src/lib/analyse_audio_job.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/analyse_audio_job.h b/src/lib/analyse_audio_job.h index 4273c19ed..d484bff2c 100644 --- a/src/lib/analyse_audio_job.h +++ b/src/lib/analyse_audio_job.h @@ -22,6 +22,7 @@ */ #include "job.h" +#include "audio_point.h" #include "types.h" class AudioBuffers; |
