no message

master
a7458969 2020-05-15 13:42:00 +08:00
parent 63fac4b50a
commit a5e4ba8acb
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
#include "RtmpPuller2.h" #include "RtmpPuller2.h"
extern "C" extern "C"
{ {
#include "falabaac/fa_aacapi.h"
#include "libavcodec/avcodec.h" #include "libavcodec/avcodec.h"
#include "libavformat/avformat.h" #include "libavformat/avformat.h"
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
@ -46,4 +45,4 @@ private:
AACDecoderObserver *mObserver; AACDecoderObserver *mObserver;
DECODE_STATUS mStatus; DECODE_STATUS mStatus;
SwrContext * mSwrCtx; SwrContext * mSwrCtx;
}; };