mpegtsenc: use AVFormatContext for AAC packetization
authorJindrich Makovicka <makovick@gmail.com>
Fri, 1 Jun 2012 10:42:20 +0000 (12:42 +0200)
committerMartin Storsjö <martin@martin.st>
Sat, 2 Jun 2012 22:17:48 +0000 (01:17 +0300)
commitb1c56eabe84b8a808dcf691205f3ba26619d1fa0
treec78d73edb866ac6d0f435c0e4cfb7a4b8019f3f2
parentd1a3a3d4b2856c7cf116668900b00b9a0eba3350
mpegtsenc: use AVFormatContext for AAC packetization

This removes the dependency on adts.c internals, and simplifies
adding other packetization formats.

Signed-off-by: Jindrich Makovicka <makovick@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
configure
libavformat/Makefile
libavformat/mpegtsenc.c