summaryrefslogtreecommitdiffstats
path: root/contrib/a52dec/A01-thread-safe.patch
Commit message (Collapse)AuthorAgeFilesLines
* fix screaching at the beginning of some ac3 to X transcodesjstebbins2011-04-281-0/+459
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