OSDN Git Service

threads: change the default for threads back to 1
authorJanne Grunau <janne-libav@jannau.net>
Wed, 18 Jan 2012 09:53:41 +0000 (10:53 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Sat, 21 Jan 2012 12:26:44 +0000 (13:26 +0100)
commit2473a45c85dce6872617b33fce396dbbd6347e8e
tree771d986fe1409d274578362fae12b3e7fed8c23a
parentafb8b207d6c82bc063ab984b2875074457db2e4f
threads: change the default for threads back to 1

Using threaded decoding by default breaks backward compatibility if
AVHWAccel is used or if an appliction sets threadunsafe callbacks.
Avconv and avplay still use -threads auto if not specified.
avconv.c
avplay.c
libavcodec/options.c