FFmpeg
|
Data Fields | |
const AVClass * | class |
AVFormatContext * | ctx |
MatroskaLevel | levels [EBML_MAX_DEPTH] |
int | num_levels |
uint32_t | current_id |
int64_t | resync_pos |
int | unknown_count |
uint64_t | time_scale |
double | duration |
char * | title |
char * | muxingapp |
EbmlBin | date_utc |
EbmlList | tracks |
EbmlList | attachments |
EbmlList | chapters |
EbmlList | index |
EbmlList | tags |
EbmlList | seekhead |
int64_t | segment_start |
AVPacketList * | queue |
AVPacketList * | queue_end |
int | done |
int | skip_to_keyframe |
uint64_t | skip_to_timecode |
int | cues_parsing_deferred |
MatroskaLevel1Element | level1_elems [64] |
int | num_level1_elems |
MatroskaCluster | current_cluster |
int | is_live |
int | bandwidth |
Definition at line 335 of file matroskadec.c.
const AVClass* MatroskaDemuxContext::class |
Definition at line 336 of file matroskadec.c.
AVFormatContext* MatroskaDemuxContext::ctx |
Definition at line 337 of file matroskadec.c.
Referenced by ebml_read_master(), and ebml_read_num().
MatroskaLevel MatroskaDemuxContext::levels[EBML_MAX_DEPTH] |
Definition at line 340 of file matroskadec.c.
Referenced by ebml_read_master().
int MatroskaDemuxContext::num_levels |
Definition at line 341 of file matroskadec.c.
Referenced by ebml_read_master().
uint32_t MatroskaDemuxContext::current_id |
Definition at line 342 of file matroskadec.c.
int64_t MatroskaDemuxContext::resync_pos |
Definition at line 343 of file matroskadec.c.
int MatroskaDemuxContext::unknown_count |
Definition at line 344 of file matroskadec.c.
uint64_t MatroskaDemuxContext::time_scale |
Definition at line 346 of file matroskadec.c.
Referenced by webm_dash_manifest_compute_bandwidth().
double MatroskaDemuxContext::duration |
Definition at line 347 of file matroskadec.c.
Referenced by webm_dash_manifest_compute_bandwidth().
char* MatroskaDemuxContext::title |
Definition at line 348 of file matroskadec.c.
char* MatroskaDemuxContext::muxingapp |
Definition at line 349 of file matroskadec.c.
EbmlBin MatroskaDemuxContext::date_utc |
Definition at line 350 of file matroskadec.c.
EbmlList MatroskaDemuxContext::tracks |
Definition at line 351 of file matroskadec.c.
EbmlList MatroskaDemuxContext::attachments |
Definition at line 352 of file matroskadec.c.
EbmlList MatroskaDemuxContext::chapters |
Definition at line 353 of file matroskadec.c.
EbmlList MatroskaDemuxContext::index |
Definition at line 354 of file matroskadec.c.
Referenced by convert_from_tensorflow.Operand::__lt__(), and convert_from_tensorflow.Operand::__str__().
EbmlList MatroskaDemuxContext::tags |
Definition at line 355 of file matroskadec.c.
EbmlList MatroskaDemuxContext::seekhead |
Definition at line 356 of file matroskadec.c.
int64_t MatroskaDemuxContext::segment_start |
Definition at line 359 of file matroskadec.c.
AVPacketList* MatroskaDemuxContext::queue |
Definition at line 362 of file matroskadec.c.
Referenced by matroska_parse_laces().
AVPacketList* MatroskaDemuxContext::queue_end |
Definition at line 363 of file matroskadec.c.
Referenced by matroska_parse_laces().
int MatroskaDemuxContext::done |
Definition at line 365 of file matroskadec.c.
int MatroskaDemuxContext::skip_to_keyframe |
Definition at line 368 of file matroskadec.c.
uint64_t MatroskaDemuxContext::skip_to_timecode |
Definition at line 369 of file matroskadec.c.
int MatroskaDemuxContext::cues_parsing_deferred |
Definition at line 372 of file matroskadec.c.
MatroskaLevel1Element MatroskaDemuxContext::level1_elems[64] |
Definition at line 375 of file matroskadec.c.
int MatroskaDemuxContext::num_level1_elems |
Definition at line 376 of file matroskadec.c.
MatroskaCluster MatroskaDemuxContext::current_cluster |
Definition at line 378 of file matroskadec.c.
int MatroskaDemuxContext::is_live |
Definition at line 381 of file matroskadec.c.
int MatroskaDemuxContext::bandwidth |
Definition at line 384 of file matroskadec.c.