av_get_profile_name

Return a name for the specified profile, if available.

@param codec the codec that is searched for the given profile @param profile the profile value for which a name is requested @return A name for the profile if found, NULL otherwise.

@nogc nothrow extern (C)
char*
av_get_profile_name
(
const AVCodec* codec
,)

Meta