OSDN Git Service

Make AAC in Ogg (ogm) work.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 6 Feb 2012 21:04:46 +0000 (22:04 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 18 Feb 2012 11:04:14 +0000 (12:04 +0100)
commit7c8d477299c9b5e89fc30ed22f9e42b50761342c
treebb5d9152d9bc3173431541d84ad43bb245b5b524
parent4538d66010cedee83ea2cba4480f091c7cd02311
Make AAC in Ogg (ogm) work.

This needs the extradata to be extracted.
The approach used is the one MPlayer uses, though it is
unclear whether the 4 bytes extradata that are skipped
should be skipped always or only for AAC.
The AAC parser must be disabled, too, otherwise playback
still does not work.
Fixes trac issue #547.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavformat/oggparseogm.c