Searched refs:mxf_indirect_value_utf16le (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mxfenc.c | 1510 static const uint8_t mxf_indirect_value_utf16le[] = { 0x4c,0x00,0x02,0x10,0x01,0x00,0x00,0x00,0x00,… variable 1534 avio_write(pb, mxf_indirect_value_utf16le, 17); in mxf_write_tagged_value()
|
D | mxfdec.c | 334 static const uint8_t mxf_indirect_value_utf16le[] = { 0x4c,0x00,0x02,0x10,0x01,0x00,0x00,0… variable 1359 if (memcmp(key, mxf_indirect_value_utf16le, 17) == 0) { in mxf_read_indirect_value()
|