|
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 333 of file matroskadec.c.
| const AVClass* MatroskaDemuxContext::class |
Definition at line 334 of file matroskadec.c.
| AVFormatContext* MatroskaDemuxContext::ctx |
Definition at line 335 of file matroskadec.c.
Referenced by ebml_read_master(), and ebml_read_num().
| MatroskaLevel MatroskaDemuxContext::levels[EBML_MAX_DEPTH] |
Definition at line 338 of file matroskadec.c.
Referenced by ebml_read_master().
| int MatroskaDemuxContext::num_levels |
Definition at line 339 of file matroskadec.c.
Referenced by ebml_read_master().
| uint32_t MatroskaDemuxContext::current_id |
Definition at line 340 of file matroskadec.c.
| int64_t MatroskaDemuxContext::resync_pos |
Definition at line 341 of file matroskadec.c.
| int MatroskaDemuxContext::unknown_count |
Definition at line 342 of file matroskadec.c.
| uint64_t MatroskaDemuxContext::time_scale |
Definition at line 344 of file matroskadec.c.
Referenced by webm_dash_manifest_compute_bandwidth().
| double MatroskaDemuxContext::duration |
Definition at line 345 of file matroskadec.c.
Referenced by webm_dash_manifest_compute_bandwidth().
| char* MatroskaDemuxContext::title |
Definition at line 346 of file matroskadec.c.
| char* MatroskaDemuxContext::muxingapp |
Definition at line 347 of file matroskadec.c.
| EbmlBin MatroskaDemuxContext::date_utc |
Definition at line 348 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::tracks |
Definition at line 349 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::attachments |
Definition at line 350 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::chapters |
Definition at line 351 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::index |
Definition at line 352 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::tags |
Definition at line 353 of file matroskadec.c.
| EbmlList MatroskaDemuxContext::seekhead |
Definition at line 354 of file matroskadec.c.
| int64_t MatroskaDemuxContext::segment_start |
Definition at line 357 of file matroskadec.c.
| AVPacketList* MatroskaDemuxContext::queue |
Definition at line 360 of file matroskadec.c.
Referenced by matroska_parse_laces().
| AVPacketList* MatroskaDemuxContext::queue_end |
Definition at line 361 of file matroskadec.c.
Referenced by matroska_parse_laces().
| int MatroskaDemuxContext::done |
Definition at line 363 of file matroskadec.c.
| int MatroskaDemuxContext::skip_to_keyframe |
Definition at line 366 of file matroskadec.c.
| uint64_t MatroskaDemuxContext::skip_to_timecode |
Definition at line 367 of file matroskadec.c.
| int MatroskaDemuxContext::cues_parsing_deferred |
Definition at line 370 of file matroskadec.c.
| MatroskaLevel1Element MatroskaDemuxContext::level1_elems[64] |
Definition at line 373 of file matroskadec.c.
| int MatroskaDemuxContext::num_level1_elems |
Definition at line 374 of file matroskadec.c.
| MatroskaCluster MatroskaDemuxContext::current_cluster |
Definition at line 376 of file matroskadec.c.
| int MatroskaDemuxContext::is_live |
Definition at line 379 of file matroskadec.c.
| int MatroskaDemuxContext::bandwidth |
Definition at line 382 of file matroskadec.c.
1.8.17