diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-27 01:37:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-27 01:37:20 +0100 |
| commit | e49caaf702af1eb28b458c37a3c6ac507fefcd24 (patch) | |
| tree | 42d4ccd728cc2e981dc1f2f140a85d022f0b6924 /src/lib/ffmpeg_decoder.cc | |
| parent | 3a81d58dab294f09fec720bc28622062a50d1b73 (diff) | |
Comment tweak.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
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); |
