Removing global variable because of a race condition.

BZ: 10581

When different threads in the same process spawns multiple
instances of the AVCDecoder, we still use the same active_fs
varible for all instances even though we should have a
separate one. This is fixed by this patch

Change-Id: Icd3c8d3b0efd3243e89fb088824928f669ca0201
Signed-off-by: Ola Olsson <olax.olsson@intel.com>
Reviewed-on: http://android.intel.com:8080/22447
Reviewed-by: Qiu, Junhai <junhai.qiu@intel.com>
Reviewed-by: Ding, Haitao <haitao.ding@intel.com>
Tested-by: Ding, Haitao <haitao.ding@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
3 files changed