[FFmpeg-devel] [PATCH] Split the ADTS header decoder off of the ADTS parser.
Alex Converse
alex.converse
Thu Jul 1 22:05:48 CEST 2010
The AAC decoder and ADTS-to-ASC BSF both require the header decoder
but not full parsing capabilities.
---
configure | 5 +--
libavcodec/Makefile | 8 +++--
libavcodec/aac_adtstoasc_bsf.c | 2 +-
libavcodec/aac_parser.c | 45 +-------------------------
libavcodec/aac_parser.h | 55 -------------------------------
libavcodec/aacadts.c | 70 ++++++++++++++++++++++++++++++++++++++++
libavcodec/aacadts.h | 54 ++++++++++++++++++++++++++++++
libavcodec/aacdec.c | 2 +-
libavformat/spdif.c | 2 +-
9 files changed, 134 insertions(+), 109 deletions(-)
delete mode 100644 libavcodec/aac_parser.h
create mode 100644 libavcodec/aacadts.c
create mode 100644 libavcodec/aacadts.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Split-the-ADTS-header-decoder-off-of-the-ADTS-parser.patch
Type: text/x-patch
Size: 12419 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100701/b84f4068/attachment.bin>
More information about the ffmpeg-devel
mailing list