put_ebml_uint 317 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_SEEKPOSITION, entry->segmentpos); put_ebml_uint 376 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CUETIME, pts); put_ebml_uint 382 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CUETRACK , entry[j].tracknum ); put_ebml_uint 383 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CUECLUSTERPOSITION, entry[j].cluster_pos); put_ebml_uint 534 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_TRACKNUMBER , i + 1); put_ebml_uint 535 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_TRACKUID , i + 1); put_ebml_uint 536 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_TRACKFLAGLACING , 0); // no lacing (yet) put_ebml_uint 544 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, !!(st->disposition & AV_DISPOSITION_DEFAULT)); put_ebml_uint 558 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_VIDEO); put_ebml_uint 576 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELWIDTH , codec->width); put_ebml_uint 577 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELHEIGHT, codec->height); put_ebml_uint 580 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH , d_width); put_ebml_uint 581 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, codec->height); put_ebml_uint 587 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_AUDIO); put_ebml_uint 594 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_AUDIOCHANNELS , codec->channels); put_ebml_uint 599 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_AUDIOBITDEPTH, bit_depth); put_ebml_uint 604 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_SUBTITLE); put_ebml_uint 634 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_EBMLVERSION , 1); put_ebml_uint 635 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_EBMLREADVERSION , 1); put_ebml_uint 636 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_EBMLMAXIDLENGTH , 4); put_ebml_uint 637 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_EBMLMAXSIZELENGTH , 8); put_ebml_uint 639 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_DOCTYPEVERSION , 2); put_ebml_uint 640 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_DOCTYPEREADVERSION , 2); put_ebml_uint 660 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TIMECODESCALE, 1000000); put_ebml_uint 686 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CLUSTERTIMECODE, 0); put_ebml_uint 757 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_BLOCKDURATION, duration); put_ebml_uint 813 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CLUSTERTIMECODE, pkt->pts); put_ebml_uint 826 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_BLOCKDURATION, duration);