Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
int 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_stream
Function · 0.85
Calls
1
ff_make_codec_str
Function · 0.85
Tested by
no test coverage detected