summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-09-25 12:09:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-09-25 12:09:32 +0200
commita6fd685fedb1e9f66f9fb2ffdbb7f506e17cf225 (patch)
tree6fd5ef307c569ecdf9669f45ec86a393a889b0e9 /libavcodec/avcodec.h
parent303fc9b368330aeea3d0be492e895c26eb82a286 (diff)
parentd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d (diff)
Merge commit 'd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d'
* commit 'd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d': avcodec: Fix a doxy comment to refer to the right function Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 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;