From 2f56f38ce56b36f20d59593f56981e7ed330c484 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Dec 2012 23:50:17 +0000 Subject: Re-work again so that there's just one encoder; various tweaks to still-image-with-audio. --- src/lib/options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/options.h') diff --git a/src/lib/options.h b/src/lib/options.h index 10cdfa8cd..55b066a2d 100644 --- a/src/lib/options.h +++ b/src/lib/options.h @@ -93,9 +93,9 @@ public: Size out_size; ///< size of output images int padding; ///< number of pixels of padding (in terms of the output size) each side of the image - /** Range of video frames to decode */ - boost::optional > video_range; - /** Range of audio frames to decode */ + /** Range of video frames to encode (in DCP frames) */ + boost::optional > video_range; + /** Range of audio frames to decode (in the DCP's sampling rate) */ boost::optional > audio_range; /** Skip frames such that we don't decode any frame where (index % decode_video_skip) != 0; e.g. -- cgit v1.2.3