OSDN Git Service

mlp: Only initialize VLC tables once. This caused a crash when multiple
authorRamiro Polla <ramiro.polla@gmail.com>
Fri, 16 Oct 2009 16:10:00 +0000 (16:10 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Fri, 16 Oct 2009 16:10:00 +0000 (16:10 +0000)
commit7fd88069241ead2d2fd3e2db1b79e4b292e90001
tree0260c2265981d1ae9b1dc58326b04cc763827c21
parent33815fa106853d031e633dd9df50d628da5592b2
mlp: Only initialize VLC tables once. This caused a crash when multiple
instances of the decoder were started at different times.
Bug reported by Maxim Anisiutkin.

Originally committed as revision 20254 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mlpdec.c