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.

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

Meta