Home
last modified time | relevance | path

Searched refs:ff_imf_xml_read_rational (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dimf.h185 int ff_imf_xml_read_rational(xmlNodePtr element, AVRational *rational);
Dimf_cpl.c91 int ff_imf_xml_read_rational(xmlNodePtr element, AVRational *rational) in ff_imf_xml_read_rational() function
197 return ff_imf_xml_read_rational(element, &cpl->edit_rate); in fill_edit_rate()
254 } else if ((ret = ff_imf_xml_read_rational(element, &resource->edit_rate))) { in fill_base_resource()