mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 15:08:09 +08:00
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. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user