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

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2014-09-24 23:31:43 +03:00
parent 2f172f1ae9
commit d07ddc93e2
1 changed files with 1 additions and 1 deletions

View File

@ -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;