Comment tweak.
authorCarl Hetherington <cth@carlh.net>
Sat, 27 Oct 2012 00:37:20 +0000 (01:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 27 Oct 2012 00:37:20 +0000 (01:37 +0100)
src/lib/ffmpeg_decoder.cc

index ba875711ad53a5db7f5ea02ed410e1297b47568e..bfb0ed568ca2a3877341df5fd67fcf877803c7d8 100644 (file)
@@ -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);