FFmpeg
Data Fields
film_sample Struct Reference

Data Fields

int stream
 
unsigned int sample_size
 
int64_t sample_offset
 
int64_t pts
 
int keyframe
 

Detailed Description

Definition at line 42 of file segafilm.c.

Field Documentation

◆ stream

int film_sample::stream

Definition at line 43 of file segafilm.c.

Referenced by film_read_header(), and film_read_packet().

◆ sample_size

unsigned int film_sample::sample_size

Definition at line 44 of file segafilm.c.

Referenced by film_read_header().

◆ sample_offset

int64_t film_sample::sample_offset

Definition at line 45 of file segafilm.c.

Referenced by film_read_header().

◆ pts

int64_t film_sample::pts

Definition at line 46 of file segafilm.c.

Referenced by film_read_header(), and film_read_packet().

◆ keyframe

int film_sample::keyframe

Definition at line 47 of file segafilm.c.

Referenced by film_read_header().


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