FFmpeg
Data Fields
AACAC3ParseContext Struct Reference

#include <aac_ac3_parser.h>

Data Fields

ParseContext pc
 
int header_size
 
int(* sync )(uint64_t state, int *need_next_header, int *new_frame_start)
 
const AVCRCcrc_ctx
 
int remaining_size
 
uint64_t state
 
int need_next_header
 
int frame_number
 

Detailed Description

Definition at line 41 of file aac_ac3_parser.h.

Field Documentation

◆ pc

ParseContext AACAC3ParseContext::pc

Definition at line 42 of file aac_ac3_parser.h.

◆ header_size

int AACAC3ParseContext::header_size

Definition at line 43 of file aac_ac3_parser.h.

◆ sync

int(* AACAC3ParseContext::sync) (uint64_t state, int *need_next_header, int *new_frame_start)

Definition at line 44 of file aac_ac3_parser.h.

◆ crc_ctx

const AVCRC* AACAC3ParseContext::crc_ctx

Definition at line 46 of file aac_ac3_parser.h.

◆ remaining_size

int AACAC3ParseContext::remaining_size

Definition at line 47 of file aac_ac3_parser.h.

◆ state

uint64_t AACAC3ParseContext::state

Definition at line 48 of file aac_ac3_parser.h.

◆ need_next_header

int AACAC3ParseContext::need_next_header

Definition at line 50 of file aac_ac3_parser.h.

◆ frame_number

int AACAC3ParseContext::frame_number

Definition at line 51 of file aac_ac3_parser.h.


The documentation for this struct was generated from the following file: