[FFmpeg-cvslog] avcodec: Fix a doxy comment to refer to the right function
Martin Storsjö
git at videolan.org
Thu Sep 25 13:09:40 CEST 2014
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Sep 24 23:31:43 2014 +0300| [d07ddc93e29a4fdf12cd426953a7ecd5abe5e36d] | committer: Martin Storsjö
avcodec: Fix a doxy comment to refer to the right function
CC: libav-stable at libav.org
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d07ddc93e29a4fdf12cd426953a7ecd5abe5e36d
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 253e45a..bc5f134 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;
More information about the ffmpeg-cvslog
mailing list