FFmpeg
Data Fields
ThpDemuxContext Struct Reference

Data Fields

int version
 
unsigned first_frame
 
unsigned first_framesz
 
unsigned last_frame
 
int compoff
 
unsigned framecnt
 
AVRational fps
 
unsigned frame
 
int64_t next_frame
 
unsigned next_framesz
 
int video_stream_index
 
int audio_stream_index
 
int compcount
 
unsigned char components [16]
 
AVStreamvst
 
int has_audio
 
unsigned audiosize
 

Detailed Description

Definition at line 29 of file thp.c.

Field Documentation

◆ version

int ThpDemuxContext::version

Definition at line 30 of file thp.c.

Referenced by thp_read_header().

◆ first_frame

unsigned ThpDemuxContext::first_frame

Definition at line 31 of file thp.c.

Referenced by thp_read_header().

◆ first_framesz

unsigned ThpDemuxContext::first_framesz

Definition at line 32 of file thp.c.

Referenced by thp_read_header().

◆ last_frame

unsigned ThpDemuxContext::last_frame

Definition at line 33 of file thp.c.

Referenced by thp_read_header().

◆ compoff

int ThpDemuxContext::compoff

Definition at line 34 of file thp.c.

Referenced by thp_read_header().

◆ framecnt

unsigned ThpDemuxContext::framecnt

Definition at line 35 of file thp.c.

Referenced by thp_read_header(), and thp_read_packet().

◆ fps

AVRational ThpDemuxContext::fps

Definition at line 36 of file thp.c.

Referenced by thp_read_header().

◆ frame

unsigned ThpDemuxContext::frame

Definition at line 37 of file thp.c.

Referenced by thp_read_packet().

◆ next_frame

int64_t ThpDemuxContext::next_frame

Definition at line 38 of file thp.c.

Referenced by thp_read_header(), and thp_read_packet().

◆ next_framesz

unsigned ThpDemuxContext::next_framesz

Definition at line 39 of file thp.c.

Referenced by thp_read_header(), and thp_read_packet().

◆ video_stream_index

int ThpDemuxContext::video_stream_index

Definition at line 40 of file thp.c.

Referenced by thp_read_header(), and thp_read_packet().

◆ audio_stream_index

int ThpDemuxContext::audio_stream_index

Definition at line 41 of file thp.c.

Referenced by thp_read_header(), and thp_read_packet().

◆ compcount

int ThpDemuxContext::compcount

Definition at line 42 of file thp.c.

Referenced by thp_read_header().

◆ components

unsigned char ThpDemuxContext::components[16]

Definition at line 43 of file thp.c.

Referenced by thp_read_header().

◆ vst

AVStream* ThpDemuxContext::vst

Definition at line 44 of file thp.c.

Referenced by thp_read_header().

◆ has_audio

int ThpDemuxContext::has_audio

Definition at line 45 of file thp.c.

Referenced by thp_read_header(), and thp_read_packet().

◆ audiosize

unsigned ThpDemuxContext::audiosize

Definition at line 46 of file thp.c.

Referenced by thp_read_packet().


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