Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmxfdec.c1985 static int mxf_version_to_str(uint16_t major, uint16_t minor, uint16_t tertiary, in mxf_version_to_str() function
2761 if ((ret = mxf_version_to_str(major, minor, tertiary, patch, release, &str)) < 0) \