Home
last modified time | relevance | path

Searched refs:hdlr_type (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmovenc.c3033 const char *hdlr, *descr = NULL, *hdlr_type = NULL; in mov_write_hdlr_tag() local
3038 hdlr_type = "url "; in mov_write_hdlr_tag()
3045 hdlr_type = (track == &mov->tracks[0]) ? "pict" : "auxv"; in mov_write_hdlr_tag()
3048 hdlr_type = "vide"; in mov_write_hdlr_tag()
3052 hdlr_type = "soun"; in mov_write_hdlr_tag()
3056 hdlr_type = "clcp"; in mov_write_hdlr_tag()
3060 hdlr_type = "sbtl"; in mov_write_hdlr_tag()
3062 hdlr_type = "subp"; in mov_write_hdlr_tag()
3064 hdlr_type = "subt"; in mov_write_hdlr_tag()
3066 hdlr_type in mov_write_hdlr_tag()
[all...]

Completed in 7 milliseconds