]> git.alsa-project.org Git - alsa-plugins.git/commit
a52 - Fix a52 codec with recent libavcodec updates
authorJoerg Reuter <jreuter@suse.de>
Wed, 6 Apr 2011 14:36:11 +0000 (16:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Apr 2011 14:39:28 +0000 (16:39 +0200)
commit40c129a160f37fe9488b2828d6299f99c269703e
tree929ce5489050cce94a1ceecdab1a37478931ddec
parent06ca71522f1dc48b8503d945da81fdbcbab0aafa
a52 - Fix a52 codec with recent libavcodec updates

The recent libavcodec is changed to accept only float input, but
the old ac3 encoder is still somehow working with a different name.
This patch makes it working again.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
a52/pcm_a52.c