]> git.sesse.net Git - vlc/commit
* ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
authorChristophe Massiot <massiot@videolan.org>
Fri, 19 Jul 2002 22:04:37 +0000 (22:04 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 19 Jul 2002 22:04:37 +0000 (22:04 +0000)
commitd033d98b73c8ad5470e63e56afc9ee01024cb3d3
tree0da5ae543d06687e963206460e81b856943bd047
parent94bdf708ec0a652c45a9c001716f3112c4c73434
* ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
  call a liba52 function simultaneously (liba52 isn't reentrant) ;
* ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.
plugins/a52/a52.c