diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-10 20:37:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-10 20:37:38 +0000 |
| commit | a605b22381ee47d2737307e0b61e3423b020547b (patch) | |
| tree | cd975e3f53890c42c490ed8c4d21748bbe6d42cd /src/lib/ffmpeg_decoder.cc | |
| parent | 0ab3b98261ecaf8e7dfa9f26b8c084a71718edd7 (diff) | |
Try removing force of single-threaded decoding again.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 9b89ffffc..748fb9d7e 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -154,13 +154,6 @@ FFmpegDecoder::setup_video () throw DecodeError ("could not find video decoder"); } - /* 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. Although I'm not sure; needs checking. - */ - AVDictionary* opts = 0; - av_dict_set (&opts, "threads", "1", 0); - if (avcodec_open2 (_video_codec_context, _video_codec, &opts) < 0) { throw DecodeError ("could not open video decoder"); } |
