BVID_DemuxContext Struct Reference

Data Fields

int nframes
int bethsoft_global_delay
 delay value between frames, added to individual frame delay.
int video_pts
 video presentation time stamp.
int is_finished

Detailed Description

Definition at line 35 of file bethsoftvid.c.

Field Documentation

int BVID_DemuxContext::bethsoft_global_delay

delay value between frames, added to individual frame delay.

custom units, which will be added to other custom units (~=16ms according to free, unofficial documentation)

Definition at line 41 of file bethsoftvid.c.

Referenced by read_frame(), and vid_read_header().

int BVID_DemuxContext::is_finished

Definition at line 47 of file bethsoftvid.c.

Referenced by vid_read_packet().

int BVID_DemuxContext::nframes

Definition at line 37 of file bethsoftvid.c.

Referenced by read_frame(), vid_read_header(), and vid_read_packet().

int BVID_DemuxContext::video_pts

video presentation time stamp.

delay = 16 milliseconds * (global_delay + per_frame_delay)

Definition at line 45 of file bethsoftvid.c.

Referenced by read_frame().


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