Home
last modified time | relevance | path

Searched refs:MatroskaTrackEncoding (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmatroskadec.c154 typedef struct MatroskaTrackEncoding { struct
159 } MatroskaTrackEncoding; argument
541 …{ MATROSKA_ID_ENCODINGSCOPE, EBML_UINT, 0, 0, offsetof(MatroskaTrackEncoding, scope), …
542 …{ MATROSKA_ID_ENCODINGTYPE, EBML_UINT, 0, 0, offsetof(MatroskaTrackEncoding, type), …
543 …{ MATROSKA_ID_ENCODINGCOMPRESSION, EBML_NEST, 0, 0, offsetof(MatroskaTrackEncoding, compression), …
544 …{ MATROSKA_ID_ENCODINGENCRYPTION, EBML_NEST, 0, 0, offsetof(MatroskaTrackEncoding, encryption), …
550 …{ MATROSKA_ID_TRACKCONTENTENCODING, EBML_NEST, 0, sizeof(MatroskaTrackEncoding), offsetof(Matroska…
1633 MatroskaTrackEncoding *encodings = track->encodings.elem; in matroska_decode_buffer()
2355 MatroskaTrackEncoding *encodings = encodings_list->elem; in matroska_parse_tracks()