diff options
author | jstebbins <[email protected]> | 2011-04-28 20:31:17 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-04-28 20:31:17 +0000 |
commit | 66e613c21d53c454d56ebd079d04d3afb558bff4 (patch) | |
tree | cb58a5dfbd7afa47907e6c0a87a519b9baf33cb8 /macosx/Controller.m | |
parent | 0756fdac438fd7c23df47de0c2b73e7ddffe0f42 (diff) |
fix screaching at the beginning of some ac3 to X transcodes
a52dec isn't completely thread safe. It has a collection of
static data that gets initialized when a52_init is called.
This static data gets initialized to the same thing every time,
but if one instance of the decoder is using the data when
it gets reinitialized, bad(tm) things happen.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3966 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.m')
0 files changed, 0 insertions, 0 deletions