Commit d07ddc93 authored by Martin Storsjö's avatar Martin Storsjö

avcodec: Fix a doxy comment to refer to the right function

CC: libav-stable@libav.org
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 2f172f1a
...@@ -473,7 +473,7 @@ enum AVCodecID { ...@@ -473,7 +473,7 @@ enum AVCodecID {
/** /**
* This struct describes the properties of a single codec described by an * This struct describes the properties of a single codec described by an
* AVCodecID. * AVCodecID.
* @see avcodec_get_descriptor() * @see avcodec_descriptor_get()
*/ */
typedef struct AVCodecDescriptor { typedef struct AVCodecDescriptor {
enum AVCodecID id; enum AVCodecID id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment