diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 5187dddcf..4888a023f 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -94,11 +94,11 @@ struct FrameRateConversion /** true if this DCP will run its video faster or slower than the source * without taking into account `repeat' nor `skip'. * (e.g. change_speed will be true if - * source is 29.97fps, DCP is 30fps - * source is 14.50fps, DCP is 30fps + * source is 29.97fps, DCP is 30fps + * source is 14.50fps, DCP is 30fps * but not if - * source is 15.00fps, DCP is 30fps - * source is 12.50fps, DCP is 25fps) + * source is 15.00fps, DCP is 30fps + * source is 12.50fps, DCP is 25fps) */ bool change_speed; |
