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

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
pull/86/head
Martin Storsjö 11 years ago
parent 2f172f1ae9
commit d07ddc93e2
  1. 2
      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;

Loading…
Cancel
Save