Lines Matching refs:hdlr
123 { "empty_hdlr_name", "write zero-length name string in hdlr atoms within mdia and minf atoms", offsetof(MOVMuxContext, empty_hdlr_name), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, AV_OPT_FLAG_ENCODING_PARAM},
3033 const char *hdlr, *descr = NULL, *hdlr_type = NULL;
3037 hdlr = "dhlr";
3042 hdlr = (track->mode == MODE_MOV) ? "mhlr" : "\0\0\0\0";
3089 // hdlr.name is used by some players to identify the content title
3103 ffio_wfourcc(pb, "hdlr");
3105 avio_write(pb, hdlr, 4); /* handler */
3329 if (track->mode == MODE_MOV) /* ISO 14496-12 8.4.3.1 specifies hdlr only within mdia or meta boxes */
4013 ffio_wfourcc(pb, "hdlr");
4442 ffio_wfourcc(pb, "hdlr");