Implemented but faulty.
[dcpomatic.git] / src / lib / film_state.h
index 62ca76c4190b2a4d2d97db9cd6c2ea8555678cd0..f4ccf37fd753860d2b87ae70f394980aba53684c 100644 (file)
@@ -135,15 +135,15 @@ public:
 
        /* Data which is cached to speed things up */
 
-       /** Vector of frame indices for each of our `thumbnails */
+       /** Vector of frame indices for each of our `thumbnails' */
        std::vector<int> thumbs;
        /** Size, in pixels, of the source (ignoring cropping) */
        Size size;
-       /** Length in frames */
+       /** Length of the source in frames */
        int length;
        /** Number of audio channels */
        int audio_channels;
-       /** Sample rate of the audio, in Hz */
+       /** Sample rate of the source audio, in Hz */
        int audio_sample_rate;
        /** Format of the audio samples */
        AVSampleFormat audio_sample_format;