| 
    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"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 38 of file aac_adtstoasc_bsf.c.
      
  | 
  static | 
Definition at line 131 of file aac_adtstoasc_bsf.c.
      
  | 
  static | 
Definition at line 147 of file aac_adtstoasc_bsf.c.
Referenced by show_help_bsf().
| const FFBitStreamFilter ff_aac_adtstoasc_bsf | 
Definition at line 151 of file aac_adtstoasc_bsf.c.
 1.8.17