]> git.alsa-project.org Git - alsa-plugins.git/commit
Fix segfault of a52 plugin
authorTakashi Iwai <tiwai@suse.de>
Wed, 23 May 2007 09:53:04 +0000 (11:53 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 May 2007 09:53:04 +0000 (11:53 +0200)
commit8d4f7e4e6b62cdeb39b8996b2ee24dd5770c81ca
treeb8098b4083b0386f734707cbac2a4d734cee648a
parent7244955fe9ad9cbbc8f16c927da4d9bd4e5d1b20
Fix segfault of a52 plugin

Added the missing call of avcodec_init() to avoid setfault of a52
plugin with the latest svn revision of ffmpeg.

From: Fabian van der Werf <fvanderwerf@gmail.com>
a52/pcm_a52.c