| 
    FFmpeg
    
   | 
 
#include "adts_header.h"#include "adts_parser.h"#include "bsf.h"#include "bsf_internal.h"#include "put_bits.h"#include "get_bits.h"#include "mpeg4audio.h"#include "mpeg4audio_copy_pce.h"Go to the source code of this file.
Data Structures | |
| struct | AACBSFContext | 
Functions | |
| static int | aac_adtstoasc_filter (AVBSFContext *bsfc, AVPacket *pkt) | 
| This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4 ADTS header and removes the ADTS header.  More... | |
| static int | aac_adtstoasc_init (AVBSFContext *ctx) | 
Variables | |
| static enum AVCodecID | codec_ids [] | 
| const FFBitStreamFilter | ff_aac_adtstoasc_bsf | 
      
  | 
  static | 
This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4 ADTS header and removes the ADTS header.
Definition at line 39 of file aac_adtstoasc.c.
      
  | 
  static | 
Definition at line 130 of file aac_adtstoasc.c.
      
  | 
  static | 
Definition at line 146 of file aac_adtstoasc.c.
| const FFBitStreamFilter ff_aac_adtstoasc_bsf | 
Definition at line 150 of file aac_adtstoasc.c.
 1.8.17