diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-06 18:54:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-06 18:54:03 +0000 |
| commit | 9272a124c0cac0f9e60f2de132808efffb8b8665 (patch) | |
| tree | 01de17a7d1cbd0c95f0e1ffebb8efdc226fd6903 /src/lib | |
| parent | ff06669bc8c14abe40cd9590afc8391f19608424 (diff) | |
Fix comment typo.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/butler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc index f3e9f73f1..444090fd4 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -49,7 +49,7 @@ using boost::function; #define MAXIMUM_AUDIO_READAHEAD (48000 * MAXIMUM_VIDEO_READAHEAD / 24) /** @param pixel_format Pixel format functor that will be used when calling ::image on PlayerVideos coming out of this - * butler. This will be used (where possible) to prepare the PlayerVideos so that calling image() on them is quick(). + * butler. This will be used (where possible) to prepare the PlayerVideos so that calling image() on them is quick. * @param aligned Same as above for the `aligned' flag. * @param fast Same as above for the `fast' flag. */ |
