avcodec_find_decoder_by_name

Find a registered decoder with the specified name.

@param name name of the requested decoder @return A decoder if one was found, NULL otherwise.

@nogc nothrow extern (C)
avcodec_find_decoder_by_name
(
const char* name
)

Meta