FFmpeg
|
film_sample Struct Reference
Collaboration diagram for film_sample:
Data Fields | |
int | stream |
int64_t | sample_offset |
unsigned int | sample_size |
int64_t | pts |
int | keyframe |
Detailed Description
Definition at line 41 of file segafilm.c.
Field Documentation
int film_sample::keyframe |
Definition at line 46 of file segafilm.c.
Referenced by film_read_header().
int64_t film_sample::pts |
Definition at line 45 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
int64_t film_sample::sample_offset |
Definition at line 43 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int film_sample::sample_size |
Definition at line 44 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
int film_sample::stream |
Definition at line 42 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11