From e49caaf702af1eb28b458c37a3c6ac507fefcd24 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 27 Oct 2012 01:37:20 +0100 Subject: [PATCH] Comment tweak. --- src/lib/ffmpeg_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index ba875711a..bfb0ed568 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -158,7 +158,7 @@ FFmpegDecoder::setup_video () /* I think this prevents problems with green hash on decodes and "changing frame properties on the fly is not supported by all filters" - messages with some content. + messages with some content. Although I'm not sure; needs checking. */ AVDictionary* opts = 0; av_dict_set (&opts, "threads", "1", 0); -- 2.30.2