]> git.sesse.net Git - vlc/commit
AVCodec : Allow delayed opening of audio codecs.
authorJai Menon <jmenon86@gmail.com>
Thu, 5 Aug 2010 10:48:18 +0000 (16:18 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 9 Aug 2010 20:21:43 +0000 (22:21 +0200)
commit49b3b98b18b9a082c561b26f487789e7b8b305ee
treea9aac57a0cee416f415a755390acfce579ad96cd
parent6233041035593e0c83daf28992087c5a45c4cccd
AVCodec : Allow delayed opening of audio codecs.

Additionally, enable delayed opening for AAC which fixes decoding
of media where we rely on decoder configuration being supplied by
the packetizer instead of the container.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/avcodec/audio.c
modules/codec/avcodec/avcodec.c