Commit 600d7d51 authored by michael's avatar michael

type fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3638 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eab2f21c
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment