Searched refs:export_xmp (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | isom.h | 291 int export_xmp; member
|
H A D | asfdec_f.c | 115 int export_xmp; member 122 { "export_xmp", "Export full XMP metadata", offsetof(ASFContext, export_xmp), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM }, 231 if (!asf->export_xmp && !strncmp(key, "xmp", 3)) in get_tag()
|
H A D | mov.c | 322 if (c->export_xmp) { key = "xmp"; raw = 1; } break; in mov_read_udta_string() 6263 if (c->export_xmp) { 9427 { "export_xmp", "Export full XMP metadata", OFFSET(export_xmp),
|
Completed in 15 milliseconds