MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_mime_codec_str

Function av_mime_codec_str

libavformat/codecstring.c:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224int av_mime_codec_str(const AVCodecParameters *par,
225 AVRational frame_rate, struct AVBPrint *out)
226{
227 return ff_make_codec_str(NULL, par, &frame_rate, out);
228}

Callers 1

show_streamFunction · 0.85

Calls 1

ff_make_codec_strFunction · 0.85

Tested by

no test coverage detected