Modify previous commit to move restriction code into the UI.
[dcpomatic.git] / src / lib / film.h
index f9dc0ed9ce7e40df64324b80ed315978da9dab27..96a79f9cf5abfd6179922da03e376e0a2aac472c 100644 (file)
@@ -326,7 +326,7 @@ private:
        int _video_frame_rate;
        /** The date that we should use in a ISDCF name */
        boost::gregorian::date _isdcf_date;
-       /** Number of audio channels to put in the DCP */
+       /** Number of audio channels requested for the DCP */
        int _audio_channels;
        /** If true, the DCP will be written in 3D mode; otherwise in 2D.
            This will be regardless of what content is on the playlist.