diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fb1c9ca9ec..e14abd22df 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -552,7 +552,7 @@ enum AVCodecID { /** * This struct describes the properties of a single codec described by an * AVCodecID. - * @see avcodec_get_descriptor() + * @see avcodec_descriptor_get() */ typedef struct AVCodecDescriptor { enum AVCodecID id;