mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 15:23:42 +00:00
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:
parent
2f172f1ae9
commit
d07ddc93e2
@ -473,7 +473,7 @@ enum AVCodecID {
|
|||||||
/**
|
/**
|
||||||
* This struct describes the properties of a single codec described by an
|
* This struct describes the properties of a single codec described by an
|
||||||
* AVCodecID.
|
* AVCodecID.
|
||||||
* @see avcodec_get_descriptor()
|
* @see avcodec_descriptor_get()
|
||||||
*/
|
*/
|
||||||
typedef struct AVCodecDescriptor {
|
typedef struct AVCodecDescriptor {
|
||||||
enum AVCodecID id;
|
enum AVCodecID id;
|
||||||
|
Loading…
Reference in New Issue
Block a user