diff options
author | Martin Storsjö <[email protected]> | 2014-09-24 23:31:43 +0300 |
---|---|---|
committer | Martin Storsjö <[email protected]> | 2014-09-25 10:01:25 +0300 |
commit | d07ddc93e29a4fdf12cd426953a7ecd5abe5e36d (patch) | |
tree | eb54c3380210396e02933945d600e462ac7f7d4e | |
parent | 2f172f1ae984b763c06069adb51d0053b3834f4b (diff) |
avcodec: Fix a doxy comment to refer to the right function
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 253e45ad05..bc5f1346f2 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; |