diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-09 22:51:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-09 22:51:30 +0100 |
| commit | 9579bfdec2fab28fc221e397cf848a08e48f6840 (patch) | |
| tree | c05ccf3061815c81f9496edfd2b03e9752edd4f4 /src/lib/util.cc | |
| parent | cb88e67a861161c49d350cbdc7d5006bbd94ffa1 (diff) | |
MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index f15d2283c..62416163b 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -790,7 +790,7 @@ video_frames_to_audio_frames (VideoContent::Frame v, float audio_sample_rate, fl string audio_channel_name (int c) { - assert (MAX_AUDIO_CHANNELS == 12); + assert (MAX_DCP_AUDIO_CHANNELS == 12); /* TRANSLATORS: these are the names of audio channels; Lfe (sub) is the low-frequency enhancement channel (sub-woofer). HI is the hearing-impaired audio track and |
