FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
BinkDemuxContext Struct Reference

Data Fields

uint32_t file_size
 
uint32_t num_audio_tracks
 
int current_track
 audio track to return in next packet
 
int64_t video_pts
 
int64_t audio_pts [BINK_MAX_AUDIO_TRACKS]
 
uint32_t remain_packet_size
 

Detailed Description

Definition at line 47 of file bink.c.

Field Documentation

uint32_t BinkDemuxContext::file_size

Definition at line 48 of file bink.c.

Referenced by read_header().

uint32_t BinkDemuxContext::num_audio_tracks

Definition at line 50 of file bink.c.

Referenced by read_header(), and read_packet().

int BinkDemuxContext::current_track

audio track to return in next packet

Definition at line 51 of file bink.c.

Referenced by read_header(), read_packet(), and read_seek().

int64_t BinkDemuxContext::video_pts

Definition at line 52 of file bink.c.

Referenced by read_packet(), and read_seek().

int64_t BinkDemuxContext::audio_pts[BINK_MAX_AUDIO_TRACKS]

Definition at line 53 of file bink.c.

Referenced by read_packet(), and read_seek().

uint32_t BinkDemuxContext::remain_packet_size

Definition at line 55 of file bink.c.

Referenced by read_packet().


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