]> git.sesse.net Git - vlc/commit
avcodec: drop own threading code and just let ffmpeg handle it own threading
authorIlkka Ollakka <ileoo@iki.fi>
Sun, 8 Nov 2009 13:34:35 +0000 (15:34 +0200)
committerIlkka Ollakka <ileoo@iki.fi>
Sun, 8 Nov 2009 13:34:35 +0000 (15:34 +0200)
commit0530b1850b04e2cabcdc69bb497fadc46b503dbf
tree1dce18a967ba3583568f3e4fe7b3d49e16f2e56a
parent3585accf1f4c128f46a9b86da9742c3260a7221a
avcodec: drop own threading code and just let ffmpeg handle it own threading

This means that multithread encoding with avcodec now needs
--enable-pthreads/--enable-w32threads.
modules/codec/avcodec/encoder.c