OSDN Git Service

Support ADTS AAC files in the ffaac decoder (limited to streams containing one
authorRobert Swain <robert.swain@gmail.com>
Wed, 7 Jan 2009 22:09:21 +0000 (22:09 +0000)
committerRobert Swain <robert.swain@gmail.com>
Wed, 7 Jan 2009 22:09:21 +0000 (22:09 +0000)
commit158b39126d59f07069e0da07e0658111967c6179
tree68f586f46acb0a2c012362cc72a2ab0fab8b1ac4
parent600a331c2718a5aed9506e395d6cf18956a28b55
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
raw_data_block() per ADTS frame)

Patch by Alex Converse ( alex converse gmail com) based on a patch by Robert
Swain ( robert swain gmail com )

Originally committed as revision 16485 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac.c
libavcodec/aac_parser.c
libavcodec/aac_parser.h [new file with mode: 0644]