|
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 |
| AVPacket * | pkt |
| PacketList | queue |
| 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 362 of file matroskadec.c.
| const AVClass* MatroskaDemuxContext::class |
Definition at line 363 of file matroskadec.c.
| AVFormatContext* MatroskaDemuxContext::ctx |
Definition at line 364 of file matroskadec.c.
Referenced by ebml_read_master(), and ebml_read_num().
| MatroskaLevel MatroskaDemuxContext::levels[EBML_MAX_DEPTH] |
Definition at line 367 of file matroskadec.c.
Referenced by ebml_read_master().
| int MatroskaDemuxContext::num_levels |
Definition at line 368 of file matroskadec.c.
Referenced by ebml_read_master().
| uint32_t MatroskaDemuxContext::current_id |
Definition at line 369 of file matroskadec.c.
| int64_t MatroskaDemuxContext::resync_pos |
Definition at line 370 of file matroskadec.c.
| int MatroskaDemuxContext::unknown_count |
Definition at line 371 of file matroskadec.c.
| uint64_t MatroskaDemuxContext::time_scale |
Definition at line 373 of file matroskadec.c.
| double MatroskaDemuxContext::duration |
Definition at line 374 of file matroskadec.c.
| char* MatroskaDemuxContext::title |
Definition at line 375 of file matroskadec.c.
| char* MatroskaDemuxContext::muxingapp |
Definition at line 376 of file matroskadec.c.
| EbmlBin MatroskaDemuxContext::date_utc |
Definition at line 377 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::tracks |
Definition at line 378 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::attachments |
Definition at line 379 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::chapters |
Definition at line 380 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::index |
Definition at line 381 of file matroskadec.c.
Referenced by convert_from_tensorflow.Operand::__lt__(), and convert_from_tensorflow.Operand::__str__().
| EbmlList MatroskaDemuxContext::tags |
Definition at line 382 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::seekhead |
Definition at line 383 of file matroskadec.c.
| int64_t MatroskaDemuxContext::segment_start |
Definition at line 386 of file matroskadec.c.
| AVPacket* MatroskaDemuxContext::pkt |
Definition at line 390 of file matroskadec.c.
| PacketList MatroskaDemuxContext::queue |
Definition at line 393 of file matroskadec.c.
Referenced by matroska_parse_laces().
| int MatroskaDemuxContext::done |
Definition at line 395 of file matroskadec.c.
| int MatroskaDemuxContext::skip_to_keyframe |
Definition at line 398 of file matroskadec.c.
| uint64_t MatroskaDemuxContext::skip_to_timecode |
Definition at line 399 of file matroskadec.c.
| int MatroskaDemuxContext::cues_parsing_deferred |
Definition at line 402 of file matroskadec.c.
| MatroskaLevel1Element MatroskaDemuxContext::level1_elems[64] |
Definition at line 405 of file matroskadec.c.
| int MatroskaDemuxContext::num_level1_elems |
Definition at line 406 of file matroskadec.c.
| MatroskaCluster MatroskaDemuxContext::current_cluster |
Definition at line 408 of file matroskadec.c.
| int MatroskaDemuxContext::is_live |
Definition at line 411 of file matroskadec.c.
| int MatroskaDemuxContext::bandwidth |
Definition at line 414 of file matroskadec.c.
1.8.17