[vlc-commits] avcodec: update to audio4 decoding API

Rémi Denis-Courmont git at videolan.org
Sat Mar 9 10:42:00 CET 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Mar  8 23:43:00 2013 +0200| [118c5be3603ab71c833d94d7849e05b5ae4d6a59] | committer: Rémi Denis-Courmont

avcodec: update to audio4 decoding API

Note that the input coded buffer is now only freed if the decoding
returns a decoded frame, or the buffer has been entirely consumed
(see *pp_block = NULL).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=118c5be3603ab71c833d94d7849e05b5ae4d6a59
---

 modules/codec/avcodec/audio.c   |  187 ++++++++++++++++++++++-----------------
 modules/codec/avcodec/avcodec.c |    3 -
 modules/codec/avcodec/avcodec.h |    1 -
 3 files changed, 106 insertions(+), 85 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=118c5be3603ab71c833d94d7849e05b5ae4d6a59


More information about the vlc-commits mailing list