提交 9297ddd3 编写于 作者: M Michael Niedermayer

type fix

Originally committed as revision 3638 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0f242af2
......@@ -1732,7 +1732,7 @@ int avoption_parse(void* strct, const AVOption* list, const char* opts);
typedef struct AVCodec {
const char *name;
enum CodecType type;
int id;
enum CodecID id;
int priv_data_size;
int (*init)(AVCodecContext *);
int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册