Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmxf.h86 extern const uint8_t ff_mxf_random_index_pack_key[16];
Dmxf.c25 const uint8_t ff_mxf_random_index_pack_key[16] = { 0x06,0x0e,0x2b,0x34,0x02,0x05,0x01,0x01,0x0d,0x0… variable
Dmxfenc.c3011 avio_write(pb, ff_mxf_random_index_pack_key, 16); in mxf_write_random_index_pack()
Dmxfdec.c3319 !IS_KLV_KEY(klv.key, ff_mxf_random_index_pack_key)) in mxf_read_random_index_pack()