Make the conf_* values settable by other threads
commitc239dbb6cdad34e7750ded03a37d6d98e5244bcb
authorNicolas Pennequin <nicolas@nicolas-laptop.(none)>
Tue, 23 Oct 2007 19:11:29 +0000 (23 21:11 +0200)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Thu, 25 Oct 2007 19:18:20 +0000 (25 19:18 +0000)
tree39fa7a95acea20a1c8b41e66ac532c93b0e4a4cb
parent93095ff08ff8761cf075e21112b1d2a5e9b92deb
Make the conf_* values settable by other threads

These values are now local to the buffering thread, and they can be set
through buf_set_conf(). codec_configure_callback() in playback.c now calls
this function.
The configuration variables are now thread safe (hidden behind the buffering
queue).
apps/buffering.c
apps/buffering.h
apps/playback.c