Mercurial > libavformat.hg
changeset 6254:feec446a2dc1 libavformat
Split the ADTS header decoder off of the ADTS parser.
The AAC decoder and ADTS-to-ASC BSF both require the header decoder
but not full parsing capabilities.
author | alexc |
---|---|
date | Mon, 12 Jul 2010 18:52:03 +0000 |
parents | 7069d6fdedaa |
children | e87b379e8816 |
files | spdif.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/spdif.c Mon Jul 12 10:17:20 2010 +0000 +++ b/spdif.c Mon Jul 12 18:52:03 2010 +0000 @@ -43,7 +43,7 @@ #include "avformat.h" #include "libavcodec/ac3.h" #include "libavcodec/dca.h" -#include "libavcodec/aac_parser.h" +#include "libavcodec/aacadtsdec.h" #define SYNCWORD1 0xF872 #define SYNCWORD2 0x4E1F