]> git.alsa-project.org Git - alsa-plugins.git/commit
a52: Fix usage of obsoleted avcodec_*_frame() functions
authorDaniel Kirchner <daniel@ekpyron.org>
Wed, 9 Mar 2016 08:17:09 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Mar 2016 08:19:03 +0000 (09:19 +0100)
commitbc090af8b7d1a42627949a94e022f3d34f3ac5ee
treeaf8ccdf980feeace070dc48601ad23756c292a62
parent85ead3367ab86198a98190aa4869e59b1fc69c2f
a52: Fix usage of obsoleted avcodec_*_frame() functions

pcm_a52.c uses avcodec_alloc_frame and avcodec_free_frame that have
been replaced by av_frame_alloc and av_frame_free in recent versions
of libavcodec.  The following patch should fix this while remaining
backwards compatible.

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