X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder_factory.cc;h=c03912094a231df6300cd52a16c8bb24be293c0e;hb=44b57d623dec97a3f9955082f0b8a7a8d27b7518;hp=6826724af9eb335ac599f13b4d6098b9d7dbcdcc;hpb=548e15c115c18937f8c8202ace05dcf0fe6a9374;p=dcpomatic.git diff --git a/src/lib/decoder_factory.cc b/src/lib/decoder_factory.cc index 6826724af..c03912094 100644 --- a/src/lib/decoder_factory.cc +++ b/src/lib/decoder_factory.cc @@ -42,7 +42,7 @@ decoder_factory ( if (fs->content_type() == STILL) { /* Always ignore length of decodes of stills, since the decoder finishes very quickly - and its the encoder that takes the time. + and it's the encoder that takes the time. */ return shared_ptr (new ImageMagickDecoder (fs, o, j, l, minimal, true)); }