diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:35 +0100 |
| commit | 77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (patch) | |
| tree | efe16b8542b7b026d9fb35539b536190cefe7372 /src/lib/util.h | |
| parent | 3e56e4126ec8199f15e03c213b37f39d72c27cc3 (diff) | |
tabs -> spaces.
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; |
