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

#include <movenc.h>

Data Fields

uint64_t pos
 
int64_t dts
 
unsigned int size
 
unsigned int samples_in_chunk
 
unsigned int chunkNum
 Chunk number if the current entry is a chunk start otherwise 0. More...
 
unsigned int entries
 
int cts
 
uint32_t flags
 

Detailed Description

Definition at line 45 of file movenc.h.

Field Documentation

uint64_t MOVIentry::pos
int64_t MOVIentry::dts
unsigned int MOVIentry::size
unsigned int MOVIentry::samples_in_chunk

Definition at line 49 of file movenc.h.

Referenced by build_chunks(), ff_mov_write_packet(), and mov_write_stsc_tag().

unsigned int MOVIentry::chunkNum

Chunk number if the current entry is a chunk start otherwise 0.

Definition at line 50 of file movenc.h.

Referenced by build_chunks(), ff_mov_write_packet(), mov_write_stco_tag(), and mov_write_stsc_tag().

unsigned int MOVIentry::entries

Definition at line 51 of file movenc.h.

Referenced by build_chunks(), ff_mov_write_packet(), and mov_write_stsz_tag().

int MOVIentry::cts
uint32_t MOVIentry::flags

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