From d07ddc93e29a4fdf12cd426953a7ecd5abe5e36d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Wed, 24 Sep 2014 23:31:43 +0300 Subject: [PATCH] avcodec: Fix a doxy comment to refer to the right function MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit CC: libav-stable@libav.org Signed-off-by: Martin Storsjö --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 253e45ad054..bc5f1346f2c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -473,7 +473,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; -- 2.39.5