| 
    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 "internal.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 AVBitStreamFilter | 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_bsf.c.
      
  | 
  static | 
Definition at line 132 of file aac_adtstoasc_bsf.c.
      
  | 
  static | 
Definition at line 148 of file aac_adtstoasc_bsf.c.
Referenced by show_help_bsf().
| const AVBitStreamFilter ff_aac_adtstoasc_bsf | 
Definition at line 152 of file aac_adtstoasc_bsf.c.
 1.8.17