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