]> granicus.if.org Git - handbrake/commit
fix screaching at the beginning of some ac3 to X transcodes
authorjstebbins <jstebbins.hb@gmail.com>
Thu, 28 Apr 2011 20:31:17 +0000 (20:31 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Thu, 28 Apr 2011 20:31:17 +0000 (20:31 +0000)
commit66e613c21d53c454d56ebd079d04d3afb558bff4
treecb58a5dfbd7afa47907e6c0a87a519b9baf33cb8
parent0756fdac438fd7c23df47de0c2b73e7ddffe0f42
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
contrib/a52dec/A01-thread-safe.patch [new file with mode: 0644]