diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-08 23:13:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-08 23:13:23 +0000 |
| commit | 2bde54c29e6b36c75948ca1d3efcda0535d148d7 (patch) | |
| tree | 8c8b5b1e935927f1fedb9fc91a861a7b1296844c /src/lib/dcp_video_frame.cc | |
| parent | 031a4066190454b1a4d933b74e86a053673a5e43 (diff) | |
Remove un-read intrinsic_duration.
Diffstat (limited to 'src/lib/dcp_video_frame.cc')
| -rw-r--r-- | src/lib/dcp_video_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video_frame.cc b/src/lib/dcp_video_frame.cc index d735122b5..d674393a9 100644 --- a/src/lib/dcp_video_frame.cc +++ b/src/lib/dcp_video_frame.cc @@ -70,7 +70,7 @@ using libdcp::Size; * @param out Required size of output, in pixels (including any padding). * @param s Scaler to use. * @param p Number of pixels of padding either side of the image. - * @param f Index of the frame within the DCP's intrinsic duration. + * @param f Index of the frame within the DCP. * @param fps Frames per second of the Film's source. * @param pp FFmpeg post-processing string to use. * @param clut Colour look-up table to use (see Config::colour_lut_index ()) |
