summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-27 01:37:20 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-27 01:37:20 +0100
commite49caaf702af1eb28b458c37a3c6ac507fefcd24 (patch)
tree42d4ccd728cc2e981dc1f2f140a85d022f0b6924 /src/lib/ffmpeg_decoder.cc
parent3a81d58dab294f09fec720bc28622062a50d1b73 (diff)
Comment tweak.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
-rw-r--r--src/lib/ffmpeg_decoder.cc2
1 files changed, 1 insertions, 1 deletions
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);