summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-06 14:29:40 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-06 14:29:40 +0000
commite9fa6f47c5cd52f0b56f277fdeaf6a4f636ddf01 (patch)
tree8de2a6e777f7ab90406847a517c13a56919266fa /src/lib/util.h
parente6917a6ec22b1b5ed07ecede0182ffb7857a5627 (diff)
Try to put mono sound tracks on the centre speaker.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 3832cc579..0744d9c09 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -184,6 +184,7 @@ struct Rect
extern std::string crop_string (Position, Size);
extern int dcp_audio_sample_rate (int);
extern DCPFrameRate dcp_frame_rate (float);
+extern int dcp_audio_channels (int);
extern std::string colour_lut_index_to_name (int index);
extern int stride_round_up (int, int const *, int);
extern int stride_lookup (int c, int const * stride);