Advertisement
Guest User

Untitled

a guest
Apr 30th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --- build.OpenELEC-RPi2.arm-devel/ffmpeg-2.6.2/libavcodec/libvpxdec.c 2015-04-12 00:47:56.000000000 +0200
  2. +++ build.OpenELEC-RPi2.arm-devel/ffmpeg-2.6.2/libavcodec/libvpxdec.c 2015-04-27 19:09:14.084137380 +0200
  3. @@ -43,7 +43,7 @@
  4. VP8Context *ctx = avctx->priv_data;
  5. struct vpx_codec_dec_cfg deccfg = {
  6. /* token partitions+1 would be a decent choice */
  7. - .threads = FFMIN(avctx->thread_count, 16)
  8. + .threads = 4
  9. };
  10.  
  11. av_log(avctx, AV_LOG_INFO, "%s\n", vpx_codec_version_str());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement