#include "parser.h"
#include "aac_ac3_parser.h"
#include "aacadtsdec.h"
#include "get_bits.h"
#include "mpeg4audio.h"
 
Go to the source code of this file.
  
  
      
        
          | static int aac_sync  | 
          ( | 
          uint64_t  | 
          state,  | 
         
        
           | 
           | 
          AACAC3ParseContext *  | 
          hdr_info,  | 
         
        
           | 
           | 
          int *  | 
          need_next_header,  | 
         
        
           | 
           | 
          int *  | 
          new_frame_start  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
}
void ff_parse_close(AVCodecParserContext *s)
 
static av_cold int aac_parse_init(AVCodecParserContext *s1)
 
int ff_aac_ac3_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 
 
Definition at line 63 of file aac_parser.c.