]> git.sesse.net Git - ffmpeg/commit
avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()
authorJames Almer <jamrial@gmail.com>
Sat, 21 Sep 2019 22:57:11 +0000 (19:57 -0300)
committerJames Almer <jamrial@gmail.com>
Fri, 27 Sep 2019 13:37:11 +0000 (10:37 -0300)
commitf96a8b015f2fa62b18a613ebdb3c26da50951652
tree987a30dc2e3eeceaa605a29176ead08fa77f2c9e
parentbb697f30ab28604c57f4ac396f31116fd765d4b8
avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()

Identical to avpriv_mpeg4audio_get_config() except taking a size argument in
bytes, and featuring a new logging context paremeter.

Schedule avpriv_mpeg4audio_get_config() for removal as soon as major is bumped
as well.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/aacdec_template.c
libavcodec/mpeg4audio.c
libavcodec/mpeg4audio.h