summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-09-24 23:31:43 +0300
committerMartin Storsjö <martin@martin.st>2014-09-25 10:01:25 +0300
commitd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d (patch)
treeeb54c3380210396e02933945d600e462ac7f7d4e /libavcodec/avcodec.h
parent2f172f1ae984b763c06069adb51d0053b3834f4b (diff)
avcodec: Fix a doxy comment to refer to the right function
CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
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;